diff --git a/README.rst b/README.rst index 5426623..48c2bde 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ Flask-YAML-Fixtures -============== +=================== A fork of (Flask-Fixtures by Christopher Roach)[https://github.com/croach/FLask-Fixtures] that works with latest version of PyYAML. A simple library that allows you to add database fixtures for your unit @@ -278,7 +278,7 @@ and set of unit tests matching the ones in the example above in the the directions below for "Contributing to FLask-YAML-Fixtures". Contributing to FLask-YAML-Fixtures ------------------------------- +----------------------------------- Currently, FLask-YAML-Fixtures supports python versions 3.8+ and the py.test, nose, and unittest (included in the python standard library) diff --git a/setup.py b/setup.py index 0fa90d3..684979b 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ setup( name="Flask-YAML-Fixtures", - version="0.4.0", + version="0.5.0", url="https://github.com/mzulqarnain1/Flask-Fixtures", license="MIT License", author="Muhammad Zulqarnain", @@ -39,6 +39,7 @@ maintainer_email="zulqarnain.mailbox@gmail.com", description="A simple library for adding database fixtures for unit tests using nothing but JSON or YAML.", long_description=README, + long_description_content_type="text/x-rst", install_requires=install_requires, packages=["flask_fixtures"], zip_safe=False,