diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..86cc085 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,7 @@ +[build-system] +requires = [ + "setuptools>=42", + "wheel" +] + +build-backend = "setuptools.build_meta" \ No newline at end of file diff --git a/setup.py b/setup.py index 3935a74..0079192 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ setup( 'docopt', 'beautifulsoup4', 'termcolor', - 'colored==1.3.5' + 'colored' ], url='https://github.com/KevinMidboe/torrent_search', classifiers=[