Commit df42ddc2 authored by Lukas Eller's avatar Lukas Eller

adapt setup py

parent 725dda10
......@@ -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",
# ]
#},
)
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