Skip to content

Commit

Permalink
Ready for PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
mzulqarnain1 committed Feb 25, 2022
1 parent de7028a commit 2e5e3a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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)
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -39,6 +39,7 @@
maintainer_email="[email protected]",
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,
Expand Down

0 comments on commit 2e5e3a1

Please sign in to comment.