Skip to content
Snippets Groups Projects
Verified Commit 2751f639 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Fix missing paragraph in readme.

parent b679ceeb
No related branches found
No related tags found
No related merge requests found
...@@ -27,5 +27,8 @@ The plugin re-uses the configuration used by `pytest-django`_. ...@@ -27,5 +27,8 @@ The plugin re-uses the configuration used by `pytest-django`_.
Limitations Limitations
----------- -----------
Right now, this plugin can only reconfigure the `default` database.
.. _testing.postgresql: https://pypi.org/project/testing.postgresql/ .. _testing.postgresql: https://pypi.org/project/testing.postgresql/
.. _pytest-django: https://pypi.org/project/pytest-django/ .. _pytest-django: https://pypi.org/project/pytest-django/
...@@ -8,7 +8,7 @@ with open(path.join(this_directory, 'README.rst'), encoding='utf-8') as f: ...@@ -8,7 +8,7 @@ with open(path.join(this_directory, 'README.rst'), encoding='utf-8') as f:
setup( setup(
name="pytest-django-testing-postgresql", name="pytest-django-testing-postgresql",
version='0.1', version='0.1.post0',
description='Use a temporary PostgreSQL database with pytest-django', description='Use a temporary PostgreSQL database with pytest-django',
long_description=long_description, long_description=long_description,
author='Dominik George', author='Dominik George',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment