code quality improvements

This commit is contained in:
2020-03-09 03:30:52 +00:00
parent 2d8f8dc63f
commit 78ac63ca36
7 changed files with 28 additions and 18 deletions

View File

@@ -33,10 +33,8 @@ entry_points = \
setup_kwargs = {
'name': 'musicbrainzapi',
'version': '1.0.0',
'description': '',
'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.',
'long_description': '',
'author': 'dtomlinson',
'author_email': 'dtomlinson@panaetius.co.uk',
'maintainer': None,