mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 12:46:44 +00:00
refactor setup.py
This commit is contained in:
14
setup.cfg
14
setup.cfg
@@ -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
|
||||
3
setup.py
3
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',
|
||||
|
||||
Reference in New Issue
Block a user