Add modules to setup
This commit is contained in:
parent
3bb8163145
commit
657e6884e8
12
setup.py
12
setup.py
@ -12,7 +12,7 @@ with open(path.join(here, "README.md"), encoding="utf-8") as f:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="release-gitter",
|
name="release-gitter",
|
||||||
version="0.2.0",
|
version="0.2.1",
|
||||||
description="Easily download releases from sites like Github and Gitea",
|
description="Easily download releases from sites like Github and Gitea",
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
@ -29,15 +29,7 @@ setup(
|
|||||||
"Programming Language :: Python :: 3.9",
|
"Programming Language :: Python :: 3.9",
|
||||||
],
|
],
|
||||||
keywords="",
|
keywords="",
|
||||||
packages=find_packages(
|
py_modules=["release_gitter", "pseudo_builder"],
|
||||||
exclude=[
|
|
||||||
"contrib",
|
|
||||||
"docs",
|
|
||||||
"examples",
|
|
||||||
"scripts",
|
|
||||||
"tests",
|
|
||||||
]
|
|
||||||
),
|
|
||||||
install_requires=["requests"],
|
install_requires=["requests"],
|
||||||
extras_require={"builder": ["toml", "wheel"]},
|
extras_require={"builder": ["toml", "wheel"]},
|
||||||
entry_points={
|
entry_points={
|
||||||
|
Loading…
Reference in New Issue
Block a user