Skip to content

Commit b194dec

Browse files
committed
clean-up setup.cfg and add description content type
1 parent b51c093 commit b194dec

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

setup.cfg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
1-
[metadata]
2-
description-file = README.md
3-
41
[bdist_wheel]
52
universal = 1

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ def generate_console_scripts():
3737
license="Apache-2.0",
3838
platforms=["all"],
3939
long_description=read_long_description(),
40+
long_description_content_type="text/x-rst",
4041
packages=find_packages(),
4142
package_data={"twtoolbox": ["defaults.cfg"]},
4243
entry_points={"console_scripts": generate_console_scripts()},

0 commit comments

Comments
 (0)