Skip to content

Commit 3556f2f

Browse files
committed
Fix package name
1 parent 7ff4ad9 commit 3556f2f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
setup(
5-
name="cli-context",
5+
name="cli_context",
66
version="0.1.0",
77
description="Hierarchical CLI creator",
88
long_description="".join([
@@ -17,5 +17,6 @@
1717
"Programming Language :: Python :: 3.6",
1818
"Topic :: Software Development :: Libraries",
1919
],
20+
install_requires=[],
2021
packages=find_packages(exclude=["contrib", "docs", "tests*"]),
2122
)

0 commit comments

Comments
 (0)