Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug Fix: Upload to Pypi complians about README.rst #90

Merged
merged 2 commits into from
Feb 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 = bm_witness@yahoo.com
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
Loading