8000 setup.py: add classifiers indicating py2/py3 compatibility · drinkingjava/python-versioneer@aeccb94 · GitHub
[go: up one dir, main page]

Skip to content

Commit aeccb94

Browse files
committed
setup.py: add classifiers indicating py2/py3 compatibility
1 parent 7acb741 commit aeccb94

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

setup.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,13 @@ def run(self):
9999
cmdclass = { "build_scripts": my_build_scripts,
100100
"make_versioneer": make_versioneer,
101101
},
102+
classifiers=[
103+
"Programming Language :: Python",
104+
"Programming Language :: Python :: 2",
105+
"Programming Language :: Python :: 2.6",
106+
"Programming Language :: Python :: 2.7",
107+
"Programming Language :: Python :: 3",
108+
"Programming Language :: Python :: 3.2",
109+
"Programming Language :: Python :: 3.3",
110+
],
102111
)

0 commit comments

Comments
 (0)
0