This commit is contained in:
5
setup.py
5
setup.py
@@ -11,7 +11,7 @@ setup(
|
|||||||
description="A CLI tool that generates standardized project scaffolding for multiple languages",
|
description="A CLI tool that generates standardized project scaffolding for multiple languages",
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
url="https://7000pct.gitea.bloupla.net/7000pctAUTO/project-scaffold-cli",
|
url="https://github.com/example/project-scaffold-cli",
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
python_requires=">=3.8",
|
python_requires=">=3.8",
|
||||||
install_requires=[
|
install_requires=[
|
||||||
@@ -24,8 +24,7 @@ setup(
|
|||||||
"dev": [
|
"dev": [
|
||||||
"pytest>=7.0",
|
"pytest>=7.0",
|
||||||
"pytest-cov>=4.0",
|
"pytest-cov>=4.0",
|
||||||
"black>=23.0",
|
"ruff>=0.1.0",
|
||||||
"flake8>=6.0",
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
entry_points={
|
entry_points={
|
||||||
|
|||||||
Reference in New Issue
Block a user