From cdf6b1953a5fece4d44af38110a45620ebd4857e Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Fri, 8 Jul 2022 14:37:12 +0200 Subject: [PATCH] refactor setup.py --- setup.cfg | 14 -------------- setup.py | 3 +++ 2 files changed, 3 insertions(+), 14 deletions(-) delete mode 100644 setup.cfg diff --git a/setup.cfg b/setup.cfg deleted file mode 100644 index 01d91a6..0000000 --- a/setup.cfg +++ /dev/null @@ -1,14 +0,0 @@ -[metadata] -description-file = README.md -license_file = LICENSE - -[bdist_wheel] -python-tag = py3 - -[files] -extra_files = - LICENSE - README.md - -[coverage:run] -parallel=true diff --git a/setup.py b/setup.py index ba42d9d..87d03ec 100644 --- a/setup.py +++ b/setup.py @@ -20,6 +20,9 @@ setup( long_description_content_type="text/markdown; variant=GFM", url='https://github.com/deadc0de6/dotdrop', download_url = 'https://github.com/deadc0de6/dotdrop/archive/v'+VERSION+'.tar.gz', + options={"bdist_wheel": {"python_tag": "py3"}}, + # include anything from MANIFEST.in + include_package_data=True, author='deadc0de6', author_email='deadc0de6@foo.bar',