Skip to content

Commit

Permalink
License field should contain license name not a file.
Browse files Browse the repository at this point in the history
Use the corresponding SPDX identifier for the GPLv2 license.
  • Loading branch information
yegorich committed Oct 25, 2022
1 parent e77aa00 commit 5e23f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
long_description = long_description,
author = 'Ryan McGreal',
author_email = '[email protected]',
license = 'LICENCE.txt',
license = 'GPL-2.0-only',
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),
Expand Down

0 comments on commit 5e23f98

Please sign in to comment.