Documentation, back to a lower version after fixing duplicate filenames issue on...
[fwx] / setup.py
index 8d1b9e3..fd073a8 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -6,14 +6,13 @@ with open('README.md', 'r') as fh:
 setuptools.setup(
     name='fwx',
     version='0.0.1',
-    scripts=['fwx.py'] ,
     author='David Kerkeslager',
     author_email='kerkeslager+pypi@gmail.com',
-    description='A minimalist functional web framework',
+    description="fwx isn't a framework, it's a library.",
     long_description=long_description,
     long_description_content_type='text/markdown',
     url='https://github.com/kerkeslager/fwx',
-    packages=setuptools.find_packages(),
+    py_modules=['fwx'],
     classifiers=[
         'Programming Language :: Python :: 3',
         'License :: OSI Approved :: GNU Affero General Public License v3',