summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index e32d76a..5da9abd 100644
--- a/setup.py
+++ b/setup.py
@@ -12,8 +12,8 @@ if __name__ == '__main__':
long_description=open('docs/README.rst').read(),
author='Michele Simionato',
author_email='michele.simionato@gmail.com',
- url='http://pypi.python.org/pypi/decorator',
- license="BSD License",
+ url='https://github.com/micheles/decorator',
+ license="new BSD License",
package_dir={'': 'src'},
py_modules=['decorator'],
keywords="decorators generic utility",