Skip to content

Commit 30198c5

Browse files
Jammy2211Jammy2211
authored andcommitted
add setup.py
1 parent 13eb282 commit 30198c5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

setup.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
import os
2+
from setuptools import setup
3+
4+
version = os.environ.get("VERSION", "1.0.dev0")
5+
6+
setup(
7+
version=version,
8+
)

0 commit comments

Comments
 (0)