diff --git a/pylast/__init__.py b/pylast/__init__.py index 96ca64be..d91033a8 100644 --- a/pylast/__init__.py +++ b/pylast/__init__.py @@ -31,7 +31,7 @@ import time import xml.dom -__version__ = '1.9.0' +__version__ = '2.0.0' __author__ = 'Amr Hassan, hugovk, Mice Pápai' __copyright__ = ('Copyright (C) 2008-2010 Amr Hassan, 2013-2017 hugovk, ' '2017 Mice Pápai') diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 00000000..472423da --- /dev/null +++ b/setup.cfg @@ -0,0 +1,5 @@ +[bdist_wheel] +universal = 1 + +[metadata] +license_file = COPYING diff --git a/setup.py b/setup.py index 2a0de0d3..9090cffa 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="pylast", - version="1.9.0", + version="2.0.0", author="Amr Hassan ", install_requires=['six'], tests_require=['mock', 'pytest', 'coverage', 'pycodestyle', 'pyyaml',