Skip to content

Commit c0c601e

Browse files
committed
Change description
1 parent f23926c commit c0c601e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
setup(
1515
name="realpython-reader",
1616
version="0.2.0",
17-
description="Read Real Python tutorials",
17+
description="Read the latest Real Python tutorials",
1818
long_description=README,
1919
long_description_content_type="text/markdown",
2020
url="https://github.com/realpython/reader",
@@ -28,7 +28,6 @@
2828
"Programming Language :: Python :: 3",
2929
],
3030
packages=["reader"],
31-
package_data={"reader": ["reader/config.cfg"]},
3231
include_package_data=True,
3332
install_requires=[
3433
"feedparser", "html2text", "importlib_resources", "typing"

0 commit comments

Comments
 (0)