summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorkotfu <kotfu@kotfu.net>2018-04-16 23:09:26 -0600
committerkotfu <kotfu@kotfu.net>2018-04-16 23:09:26 -0600
commit49f02121cbe01de1c8203a15e22ab928b37b8971 (patch)
tree16f9f5c56427965de247dfca92e7481cf3fd4843 /setup.py
parent4a3d01b679c5db7f6cb670ca981a953eb3b98dc5 (diff)
downloadcmd2-git-49f02121cbe01de1c8203a15e22ab928b37b8971.tar.gz
Revert "Basic structure for cmd2 as a package"
This reverts commit 4a3d01b679c5db7f6cb670ca981a953eb3b98dc5.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 3df4cf76..88e4cf7d 100755
--- a/setup.py
+++ b/setup.py
@@ -95,7 +95,7 @@ setup(
url='https://github.com/python-cmd2/cmd2',
license='MIT',
platforms=['any'],
- packages=find_packages(),
+ py_modules=["cmd2"],
keywords='command prompt console cmd',
install_requires=INSTALL_REQUIRES,
extras_require=EXTRAS_REQUIRE,