updating setup.py
This commit is contained in:
9
setup.py
9
setup.py
@@ -19,10 +19,7 @@ package_data = \
|
|||||||
install_requires = \
|
install_requires = \
|
||||||
['addict>=2.2.1,<3.0.0',
|
['addict>=2.2.1,<3.0.0',
|
||||||
'beautifultable>=0.8.0,<0.9.0',
|
'beautifultable>=0.8.0,<0.9.0',
|
||||||
<<<<<<< HEAD
|
|
||||||
=======
|
|
||||||
'click>=7.0,<8.0',
|
'click>=7.0,<8.0',
|
||||||
>>>>>>> develop
|
|
||||||
'multidict>=4.7.5,<5.0.0',
|
'multidict>=4.7.5,<5.0.0',
|
||||||
'musicbrainzngs>=0.7.1,<0.8.0',
|
'musicbrainzngs>=0.7.1,<0.8.0',
|
||||||
'numpy>=1.18.1,<2.0.0',
|
'numpy>=1.18.1,<2.0.0',
|
||||||
@@ -36,22 +33,16 @@ entry_points = \
|
|||||||
setup_kwargs = {
|
setup_kwargs = {
|
||||||
'name': 'musicbrainzapi',
|
'name': 'musicbrainzapi',
|
||||||
'version': '1.0.0',
|
'version': '1.0.0',
|
||||||
<<<<<<< HEAD
|
|
||||||
'description': '',
|
'description': '',
|
||||||
'long_description': None,
|
'long_description': None,
|
||||||
=======
|
|
||||||
'description': 'Python module to calculate statistics and generate a wordcloud for a given artist. Uses the Musicbrainz API and the lyrics.ovh API.',
|
'description': 'Python module to calculate statistics and generate a wordcloud for a given artist. Uses the Musicbrainz API and the lyrics.ovh API.',
|
||||||
'long_description': '',
|
'long_description': '',
|
||||||
>>>>>>> develop
|
|
||||||
'author': 'dtomlinson',
|
'author': 'dtomlinson',
|
||||||
'author_email': 'dtomlinson@panaetius.co.uk',
|
'author_email': 'dtomlinson@panaetius.co.uk',
|
||||||
'maintainer': None,
|
'maintainer': None,
|
||||||
'maintainer_email': None,
|
'maintainer_email': None,
|
||||||
<<<<<<< HEAD
|
|
||||||
'url': None,
|
'url': None,
|
||||||
=======
|
|
||||||
'url': 'https://github.com/dtomlinson91/musicbrainzapi-cv-airelogic',
|
'url': 'https://github.com/dtomlinson91/musicbrainzapi-cv-airelogic',
|
||||||
>>>>>>> develop
|
|
||||||
'package_dir': package_dir,
|
'package_dir': package_dir,
|
||||||
'packages': packages,
|
'packages': packages,
|
||||||
'package_data': package_data,
|
'package_data': package_data,
|
||||||
|
|||||||
Reference in New Issue
Block a user