Skip to content

Commit c340306

Browse files
authored
Remove invalid quotes in setup.cfg
I had to remove these quotes to be able to publish to PyPI. Without this change, I get this error: ``` HTTPError: 400 Bad Request from https://test.pypi.org/legacy/ '"text/markdown"' is an invalid value for Description-Content-Type. Error: Invalid description content type: type/subtype is not valid See https://packaging.python.org/specifications/core-metadata for more information. ```
1 parent be38594 commit c340306

File tree

1 file changed

+1
-1
lines changed
  • {{cookiecutter.github_project_name}}

1 file changed

+1
-1
lines changed

{{cookiecutter.github_project_name}}/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ universal=1
33

44
[metadata]
55
long_description = file: README.md
6-
long_description_content_type = "text/markdown"
6+
long_description_content_type = text/markdown
77
license_file = LICENSE.txt

0 commit comments

Comments
 (0)