Skip to content

Commit a8903de

Browse files
committed
setup.py: change version, uncomment classifiers for py3
1 parent d9bdc8b commit a8903de

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
':python_version>="3"': ['avro-python3']}
4545

4646
setup(name='schema-salad',
47-
version='3.0',
47+
version='2.5.1',
4848
description='Schema Annotations for Linked Avro Data (SALAD)',
4949
long_description=open(README).read(),
5050
author='Common workflow language working group',
@@ -72,8 +72,8 @@
7272
"Operating System :: MacOS :: MacOS X",
7373
"Development Status :: 4 - Beta",
7474
"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"
7878
]
7979
)

0 commit comments

Comments
 (0)