File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 39
39
'lockfile >= 0.9' ,
40
40
'six >= 1.8.0' ]
41
41
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 = {
47
43
':python_version<"3"' : ['avro' ],
48
44
':python_version>="3"' : ['avro-python3' ]}
49
- # extras_require = {} # TODO: to be removed when the above is added
50
45
51
46
setup (name = 'schema-salad' ,
52
47
version = '3.0' ,
69
64
'console_scripts' : ["schema-salad-tool=schema_salad.main:main" , "schema-salad-doc=schema_salad.makedoc:main" ]
70
65
},
71
66
zip_safe = True ,
72
- # cmdclass={'egg_info': tagger},
67
+ cmdclass = {'egg_info' : tagger },
73
68
classifiers = [
74
69
"Environment :: Console" ,
75
70
"Intended Audience :: Science/Research" ,
You can’t perform that action at this time.
0 commit comments