Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rightlag committed Aug 8, 2017
1 parent beeee1d commit c1cc207
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@

setup(
name='aptos',
version='0.1.0',
version='1.0.0',
author='Jason Walsh',
maintainer='Jason Walsh',
packages=find_packages(),
tests_require=['nose'],
test_suite='nose.collector',
entry_points={
'console_scripts': ['aptos = aptos.__main__:main'],
}
},
license='License :: OSI Approved :: Apache Software License'
)

0 comments on commit c1cc207

Please sign in to comment.