PKG: Add python 3 and operating system tags to setup.py.

This commit is contained in:
Stefan van der Walt
2011-10-10 12:57:18 -07:00
parent 0460a8164a
commit 7e08e7cda4
+9 -1
View File
@@ -80,7 +80,15 @@ if __name__ == "__main__":
'Intended Audience :: Developers',
'Intended Audience :: Science/Research',
'License :: OSI Approved :: BSD License',
'Topic :: Scientific/Engineering'],
'Programming Language :: C',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Topic :: Scientific/Engineering',
'Operating System :: Microsoft :: Windows',
'Operating System :: POSIX',
'Operating System :: Unix',
'Operating System :: MacOS',
],
configuration=configuration,
install_requires=[],