diff --git a/setup.py b/setup.py index d66a692..dd32917 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ long_description=long_description, long_description_content_type="text/markdown", url="https://github.com/zsteve/pcurvepy", - packages=setuptools.find_packages(), + py_modules=["pcurve"], classifiers=[ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License",