diff --git a/setup.py b/setup.py index 6ab4adf..520e8e3 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ long_description = long_description, author = 'Ryan McGreal', author_email = 'ryan@quandyfactory.com', - license = 'LICENCE.txt', + license = 'GPLv2', url = 'https://github.com/quandyfactory/dicttoxml', py_modules = ['dicttoxml'], download_url = 'https://pypi.python.org/packages/source/d/dicttoxml/dicttoxml-%s.tar.gz?raw=true' % (version),