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

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

README.rst

Lines changed: 7 additions & 0 deletions
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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ version = attr: stackinabox.version
1515
author = Benjamen R. Meyer
1616
author_email = bm_witness@yahoo.com
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)