Skip to content

Commit

Permalink
Merge pull request #18 from jzuhone/version
Browse files Browse the repository at this point in the history
Remove version from setup.py
  • Loading branch information
jzuhone authored Feb 11, 2020
2 parents cb9df99 + 3e86f72 commit a7aaeba
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
#!/usr/bin/env python
from setuptools import setup
from psmc_check import __version__

entry_points = {'console_scripts': 'psmc_check = psmc_check.psmc_check:main'}

url = 'https://github.com/acisops/psmc_check/tarball/{}'.format(__version__)

setup(name='psmc_check',
packages=["psmc_check"],
use_scm_version=True,
Expand All @@ -14,13 +11,6 @@
author='John ZuHone',
author_email='[email protected]',
url='http://github.com/acisops/psmc_check',
download_url=url,
include_package_data=True,
classifiers=[
'Intended Audience :: Science/Research',
'Operating System :: OS Independent',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.5',
],
entry_points=entry_points,
)

0 comments on commit a7aaeba

Please sign in to comment.