From 0d5da784ae094d857cd238c4ef68c37fb982b5b9 Mon Sep 17 00:00:00 2001 From: Kevin Midboe Date: Sun, 4 Jul 2021 16:04:21 +0200 Subject: [PATCH] Tried defining pyproject file. --- pyproject.toml | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 pyproject.toml 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=[