Skip to content

Commit b0e1765

Browse files
committed
Revert "Fix package name"
This reverts commit 3556f2f.
1 parent 3556f2f commit b0e1765

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
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,6 +17,5 @@
1717
"Programming Language :: Python :: 3.6",
1818
"Topic :: Software Development :: Libraries",
1919
],
20-
install_requires=[],
2120
packages=find_packages(exclude=["contrib", "docs", "tests*"]),
2221
)

0 commit comments

Comments
 (0)