Skip to content

Commit d9bdc8b

Browse files
committed
setup.py: cleanup
1 parent 7748526 commit d9bdc8b

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

setup.py

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,9 @@
3939
'lockfile >= 0.9',
4040
'six >= 1.8.0']
4141

42-
# install_requires.append("avro") # TODO: remove me once cwltool is
43-
# available in Debian Stable, Ubuntu 12.04 LTS
44-
45-
46-
extras_require={ # TODO: uncomment me, same conditions as above
42+
extras_require={
4743
':python_version<"3"': ['avro'],
4844
':python_version>="3"': ['avro-python3']}
49-
# extras_require = {} # TODO: to be removed when the above is added
5045

5146
setup(name='schema-salad',
5247
version='3.0',
@@ -69,7 +64,7 @@
6964
'console_scripts': ["schema-salad-tool=schema_salad.main:main", "schema-salad-doc=schema_salad.makedoc:main"]
7065
},
7166
zip_safe=True,
72-
# cmdclass={'egg_info': tagger},
67+
cmdclass={'egg_info': tagger},
7368
classifiers=[
7469
"Environment :: Console",
7570
"Intended Audience :: Science/Research",

0 commit comments

Comments
 (0)