We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ff4ad9 commit 3556f2fCopy full SHA for 3556f2f
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,5 +17,6 @@
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