Update setup.py
This commit is contained in:
parent
3267e6a245
commit
07d4431eb8
9
setup.py
9
setup.py
@ -4,15 +4,12 @@ source_url = "https://github.com/samedamci/gitfiler"
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="gitfiler",
|
name="gitfiler",
|
||||||
version="0.1",
|
version="0.1.1",
|
||||||
description="Simple tool to download single file from GitHub or GitLab.",
|
description="Simple tool to download single file from GitHub or GitLab.",
|
||||||
author="samedamci",
|
author="samedamci",
|
||||||
author_email="samedamci@disroot.org",
|
author_email="samedamci@disroot.org",
|
||||||
url=source_url,
|
url=source_url,
|
||||||
project_urls={
|
project_urls={"Source": source_url, "Tracker": f"{source_url}/issues"},
|
||||||
"Source": source_url,
|
|
||||||
"Tracker": f"{source_url}/issues",
|
|
||||||
},
|
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Development Status :: 5 - Production/Stable",
|
"Development Status :: 5 - Production/Stable",
|
||||||
"Intended Audience :: Developers",
|
"Intended Audience :: Developers",
|
||||||
@ -29,6 +26,6 @@ setup(
|
|||||||
"Typing :: Typed",
|
"Typing :: Typed",
|
||||||
],
|
],
|
||||||
keywords="github gitlab downloader",
|
keywords="github gitlab downloader",
|
||||||
python_requires=">=3.6",
|
python_requires=">=3.6,<4.0",
|
||||||
packages=find_packages(include=["gitfiler"]),
|
packages=find_packages(include=["gitfiler"]),
|
||||||
)
|
)
|
Loading…
x
Reference in New Issue
Block a user