Skip to content

Commit df8b474

Browse files
Merge pull request #90 from BenjamenMeyer/bugfix_twine_readme
Bug Fix: Upload to Pypi complians about README.rst
2 parents 0ba0dd4 + ab07ce1 commit df8b474

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.rst

+7
Original file line numberDiff line numberDiff line change
@@ -279,3 +279,10 @@ There is now also the option of using a decorator:
279279
res = requests.get('http://localhost/')
280280
self.assertEqual(res.status_code, 200)
281281
self.assertEqual(res.text, 'Hello')
282+
283+
======
284+
Enjoy!
285+
======
286+
287+
Please now go and enjoy better testing.
288+

setup.cfg

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ version = attr: stackinabox.version
1515
author = Benjamen R. Meyer
1616
author_email = [email protected]
1717
description = RESTful API Testing Suite
18-
long_description = file: README.rst, LICENSE, CONTRIBUTING.rst
18+
long_description = file: README.rst, CONTRIBUTING.rst
19+
long_description_content_type = text/x-rst
1920
license = Apache License 2.0
2021
classifiers =
2122
Intended Audience :: Developers

0 commit comments

Comments
 (0)