1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-05 15:33:54 +00:00

refactor setup.py

This commit is contained in:
deadc0de6
2022-07-08 14:37:12 +02:00
parent 8455ec1fa9
commit cdf6b1953a
2 changed files with 3 additions and 14 deletions

View File

@@ -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',