Skip to content

Commit

Permalink
setup.py: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
manu-chroma committed Jun 28, 2017
1 parent 7748526 commit d9bdc8b
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,9 @@
'lockfile >= 0.9',
'six >= 1.8.0']

# install_requires.append("avro") # TODO: remove me once cwltool is
# available in Debian Stable, Ubuntu 12.04 LTS


extras_require={ # TODO: uncomment me, same conditions as above
extras_require={
':python_version<"3"': ['avro'],
':python_version>="3"': ['avro-python3']}
# extras_require = {} # TODO: to be removed when the above is added

setup(name='schema-salad',
version='3.0',
Expand All @@ -69,7 +64,7 @@
'console_scripts': ["schema-salad-tool=schema_salad.main:main", "schema-salad-doc=schema_salad.makedoc:main"]
},
zip_safe=True,
# cmdclass={'egg_info': tagger},
cmdclass={'egg_info': tagger},
classifiers=[
"Environment :: Console",
"Intended Audience :: Science/Research",
Expand Down

0 comments on commit d9bdc8b

Please sign in to comment.