[skimage] 04/24: PKG: Add python 3 and operating system tags to setup.py.
Andreas Tille
tille at debian.org
Fri Dec 23 08:22:18 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to tag v0.3.1
in repository skimage.
commit 7e08e7cda4edd003b95fb9af068d68298fe24e70
Author: Stefan van der Walt <stefan at sun.ac.za>
Date: Mon Oct 10 12:57:18 2011 -0700
PKG: Add python 3 and operating system tags to setup.py.
---
setup.py | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index 95c0faa..1081089 100644
--- a/setup.py
+++ b/setup.py
@@ -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=[],
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/skimage.git
More information about the debian-science-commits
mailing list