[python-dtcwt] 25/497: update metadata
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Tue Jul 21 18:05:45 UTC 2015
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch debian/sid
in repository python-dtcwt.
commit e025fa65a1b01ccccbeb4590bcb4e452373384e3
Author: Rich Wareham <rjw57 at cam.ac.uk>
Date: Wed Aug 7 16:23:04 2013 +0100
update metadata
---
setup.py | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/setup.py b/setup.py
index ca709c0..a2d2076 100644
--- a/setup.py
+++ b/setup.py
@@ -10,20 +10,19 @@ def read(fname):
setup(
name = "dtcwt",
- version = "0.0.1",
+ version = "0.1",
author = "Rich Wareham",
author_email = "rich.dtcwt at richwareham.com",
- description = ("An demonstration of how to create, document, and publish "
- "to the cheese shop a5 pypi.org."),
- license = "BSD",
- keywords = "example documentation tutorial",
- url = "http://packages.python.org/an_example_pypi_project",
+ description = ("A port of the Dual-Tree Complex Wavelet Transform MATLAB toolbox."),
+ license = "Free To Use But Restricted",
+ keywords = "numpy, wavelet, complex wavelet, DT-CWT",
+ url = "http://packages.python.org/dtcwt",
packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
long_description=read('README.rst'),
classifiers=[
"Development Status :: 3 - Alpha",
"Topic :: Utilities",
- "License :: OSI Approved :: BSD License",
+ "License :: Free To Use But Restricted",
],
setup_requires=['nose>=1.0','coverage','sphinx',],
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-dtcwt.git
More information about the debian-science-commits
mailing list