Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tkchafin authored Feb 7, 2024
1 parent 143e96f commit 0c79596
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
import os
from setuptools import setup, find_packages

version = os.getenv('CI_VERSION', '0.0.1-dev')

setup(
name='autostreamtree',
version='$VERSION', # Placeholder
version=version,
packages=find_packages(),
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 0c79596

Please sign in to comment.