Skip to content

Commit

Permalink
Add an 'example2' project built by trampolim.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Aug 14, 2021
1 parent 0c24c31 commit b26db5e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions prepare/example2/example2/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
def main():
return "example"
10 changes: 10 additions & 0 deletions prepare/example2/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[build-system]
build-backend = 'trampolim'
requires = ['trampolim']

[project]
name = 'example2'
version = '1.0.0'

[project.scripts]
example = 'example2:main'
Binary file added tests/data/example2-1.0.0-py3-none-any.whl
Binary file not shown.

0 comments on commit b26db5e

Please sign in to comment.