summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorkotfu <kotfu@kotfu.net>2018-04-16 23:03:49 -0600
committerkotfu <kotfu@kotfu.net>2018-04-16 23:03:49 -0600
commit4a3d01b679c5db7f6cb670ca981a953eb3b98dc5 (patch)
tree455eb1da1b0a3f8794fb4fccd092b541b1949a0a /setup.py
parent33f2f03610f6c71ed232fe3b608f8592dec88428 (diff)
downloadcmd2-git-4a3d01b679c5db7f6cb670ca981a953eb3b98dc5.tar.gz
Basic structure for cmd2 as a package
Still have a fair amount of work to do to get this sorted.
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 88e4cf7d..3df4cf76 100755
--- a/setup.py
+++ b/setup.py
@@ -95,7 +95,7 @@ setup(
url='https://github.com/python-cmd2/cmd2',
license='MIT',
platforms=['any'],
- py_modules=["cmd2"],
+ packages=find_packages(),
keywords='command prompt console cmd',
install_requires=INSTALL_REQUIRES,
extras_require=EXTRAS_REQUIRE,