We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ba0dd4 + ab07ce1 commit df8b474Copy full SHA for df8b474
2 files changed
README.rst
@@ -279,3 +279,10 @@ There is now also the option of using a decorator:
279
res = requests.get('http://localhost/')
280
self.assertEqual(res.status_code, 200)
281
self.assertEqual(res.text, 'Hello')
282
+
283
+======
284
+Enjoy!
285
286
287
+Please now go and enjoy better testing.
288
setup.cfg
@@ -15,7 +15,8 @@ version = attr: stackinabox.version
15
author = Benjamen R. Meyer
16
author_email = bm_witness@yahoo.com
17
description = RESTful API Testing Suite
18
-long_description = file: README.rst, LICENSE, CONTRIBUTING.rst
+long_description = file: README.rst, CONTRIBUTING.rst
19
+long_description_content_type = text/x-rst
20
license = Apache License 2.0
21
classifiers =
22
Intended Audience :: Developers
0 commit comments