Skip to content

Commit 77a6eae

Browse files
committed
adding version info for pypi
1 parent 76ef725 commit 77a6eae

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

onesky/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
__version_info__ = ('1', '0', '1')
2+
__version__ = '.'.join(__version_info__)

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@
1515
'termcolor==1.1.0'
1616
],
1717
license='LICENSE.txt',
18-
packages=['onesky']
18+
packages=['onesky'],
19+
url='https://github.com/Jana-Mobile/onesky-python'
1920
)

0 commit comments

Comments
 (0)