We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3556f2f commit b0e1765Copy full SHA for b0e1765
1 file changed
setup.py
@@ -2,7 +2,7 @@
2
3
4
setup(
5
- name="cli_context",
+ name="cli-context",
6
version="0.1.0",
7
description="Hierarchical CLI creator",
8
long_description="".join([
@@ -17,6 +17,5 @@
17
"Programming Language :: Python :: 3.6",
18
"Topic :: Software Development :: Libraries",
19
],
20
- install_requires=[],
21
packages=find_packages(exclude=["contrib", "docs", "tests*"]),
22
)
0 commit comments