mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-04 05:01:59 +08:00
PKG: Add python 3 and operating system tags to setup.py.
This commit is contained in:
@@ -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=[],
|
||||
|
||||
Reference in New Issue
Block a user