We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f23926c commit c0c601eCopy full SHA for c0c601e
setup.py
@@ -14,7 +14,7 @@
14
setup(
15
name="realpython-reader",
16
version="0.2.0",
17
- description="Read Real Python tutorials",
+ description="Read the latest Real Python tutorials",
18
long_description=README,
19
long_description_content_type="text/markdown",
20
url="https://github.com/realpython/reader",
@@ -28,7 +28,6 @@
28
"Programming Language :: Python :: 3",
29
],
30
packages=["reader"],
31
- package_data={"reader": ["reader/config.cfg"]},
32
include_package_data=True,
33
install_requires=[
34
"feedparser", "html2text", "importlib_resources", "typing"
0 commit comments