File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 44
44
':python_version>="3"' : ['avro-python3' ]}
45
45
46
46
setup (name = 'schema-salad' ,
47
- version = '3.0 ' ,
47
+ version = '2.5.1 ' ,
48
48
description = 'Schema Annotations for Linked Avro Data (SALAD)' ,
49
49
long_description = open (README ).read (),
50
50
author = 'Common workflow language working group' ,
72
72
"Operating System :: MacOS :: MacOS X" ,
73
73
"Development Status :: 4 - Beta" ,
74
74
"Programming Language :: Python :: 2.7" ,
75
- # "Programming Language :: Python :: 3.3", # TODO: uncomment these
76
- # "Programming Language :: Python :: 3.4", # lines
77
- # "Programming Language :: Python :: 3.5"
75
+ "Programming Language :: Python :: 3.3" ,
76
+ "Programming Language :: Python :: 3.4" ,
77
+ "Programming Language :: Python :: 3.5"
78
78
]
79
79
)
You can’t perform that action at this time.
0 commit comments