Commit df42ddc2 authored by Lukas Eller's avatar Lukas Eller

adapt setup py

parent 725dda10
...@@ -23,12 +23,12 @@ setup( ...@@ -23,12 +23,12 @@ setup(
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.7",
], ],
packages=["reader"], packages=["measprocess"],
include_package_data=True, include_package_data=True,
#install_requires=["feedparser", "html2text"], #install_requires=["feedparser", "html2text"],
entry_points={ #entry_points={
"console_scripts": [ # "console_scripts": [
"realpython=reader.__main__:main", # "realpython=reader.__main__:main",
] # ]
}, #},
) )
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment