Fix stuff

This commit is contained in:
7x11x13
2021-04-27 15:11:39 -04:00
parent cb47f9ea82
commit 65d4753653
2 changed files with 36 additions and 35 deletions
+2 -3
View File
@@ -5,12 +5,11 @@ import free_bandcamp_downloader
setup(
name='free-bandcamp-downloader',
version=free_bandcamp_downloader.__version__,
packaged=find_packages(),
packaged=['free_bandcamp_downloader'],
author='7x11x13',
install_requires=[
'selenium',
'docopt',
'rfc6266'
'docopt'
],
entry_points={
'console_scripts': [