Tried defining pyproject file.

This commit is contained in:
2021-07-04 16:04:21 +02:00
parent 241a42b31d
commit 0d5da784ae
2 changed files with 8 additions and 1 deletions

7
pyproject.toml Normal file
View File

@@ -0,0 +1,7 @@
[build-system]
requires = [
"setuptools>=42",
"wheel"
]
build-backend = "setuptools.build_meta"

View File

@@ -25,7 +25,7 @@ setup(
'docopt', 'docopt',
'beautifulsoup4', 'beautifulsoup4',
'termcolor', 'termcolor',
'colored==1.3.5' 'colored'
], ],
url='https://github.com/KevinMidboe/torrent_search', url='https://github.com/KevinMidboe/torrent_search',
classifiers=[ classifiers=[