Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Dujardin committed May 22, 2020
1 parent e73d1fa commit acca50c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
2 changes: 0 additions & 2 deletions lyricsfandom/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
"""

import string
import re
import urllib
import unidecode


LYRICS = [
Expand Down
22 changes: 2 additions & 20 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def readme_data():
find_packages()

setup(name='lyricsfandom',
version='0.1',
version='0.1.1',
description='Scrape songs on LyricWiki.',
long_description=readme_data(),
long_description_content_type="text/markdown",
Expand All @@ -24,27 +24,9 @@ def readme_data():
author_email='[email protected]',
license='MIT Licence',

install_requires=['urllib3', 'bs4', 'unidecode', 're', 'string'],
install_requires=['urllib3', 'beautifulsoup4', 'unidecode'],
packages=find_packages(),
zip_safe=False,
# classifiers=[
# # How mature is this project? Common values are
# # 3 - Alpha
# # 4 - Beta
# # 5 - Production/Stable
# # 'Development Status :: 5 - Stable',
#
# # Indicate who your project is intended for
# 'Intended Audience :: Developers',
# # 'Topic :: Software Development :: Scrape LyricWiki',
#
# # Pick your license as you wish (should match "license" above)
#
# # Specify the Python versions you support here. In particular, ensure
# # that you indicate whether you support Python 2, Python 3 or both.
# 'Programming Language :: Python :: 3',
# ],

classifiers=[
# How mature is this project? Common values are
# 3 - Alpha
Expand Down

0 comments on commit acca50c

Please sign in to comment.