Skip to content

Commit b26db5e

Browse files
committed
Add an 'example2' project built by trampolim.
1 parent 0c24c31 commit b26db5e

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

prepare/example2/example2/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
def main():
2+
return "example"

prepare/example2/pyproject.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[build-system]
2+
build-backend = 'trampolim'
3+
requires = ['trampolim']
4+
5+
[project]
6+
name = 'example2'
7+
version = '1.0.0'
8+
9+
[project.scripts]
10+
example = 'example2:main'
1.14 KB
Binary file not shown.

0 commit comments

Comments
 (0)