diff --git a/setup.py b/setup.py index b02792c03013e1f7bb062b8901870381dffe579e..f00421c1cca8236a22466455fbe8f2af19973e2e 100644 --- a/setup.py +++ b/setup.py @@ -23,12 +23,12 @@ setup( "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.7", ], - packages=["reader"], + packages=["measprocess"], include_package_data=True, #install_requires=["feedparser", "html2text"], - entry_points={ - "console_scripts": [ - "realpython=reader.__main__:main", - ] - }, + #entry_points={ + # "console_scripts": [ + # "realpython=reader.__main__:main", + # ] + #}, )