Skip to content

Commit

Permalink
Merge pull request #90 from BenjamenMeyer/bugfix_twine_readme
Browse files Browse the repository at this point in the history
Bug Fix: Upload to Pypi complians about README.rst
  • Loading branch information
BenjamenMeyer authored Feb 11, 2024
2 parents 0ba0dd4 + ab07ce1 commit df8b474
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -279,3 +279,10 @@ There is now also the option of using a decorator:
res = requests.get('http://localhost/')
self.assertEqual(res.status_code, 200)
self.assertEqual(res.text, 'Hello')
======
Enjoy!
======

Please now go and enjoy better testing.

3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ version = attr: stackinabox.version
author = Benjamen R. Meyer
author_email = [email protected]
description = RESTful API Testing Suite
long_description = file: README.rst, LICENSE, CONTRIBUTING.rst
long_description = file: README.rst, CONTRIBUTING.rst
long_description_content_type = text/x-rst
license = Apache License 2.0
classifiers =
Intended Audience :: Developers
Expand Down

0 comments on commit df8b474

Please sign in to comment.