Skip to content

Commit

Permalink
Add author_email (my own (David Wobrock) for now) and fix an error in…
Browse files Browse the repository at this point in the history
… the readme rst
  • Loading branch information
David-Wobrock committed May 12, 2019
1 parent 3b2b2f9 commit 60eab0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ You can also ignore migrations by adding this to your migrations:
# ...
.. code-block::
The SQL generated by this looks like:
--
-- The Django migration linter will ignore this migration
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def get_version():
long_description=long_description,
url="https://github.com/3YOURMIND/django-migration-linter",
author="3YOURMIND GmbH",
author_email="[email protected]",
license="Apache License 2.0",
packages=find_packages(exclude=["tests/"]),
install_requires=["django>=1.11", "appdirs==1.4.3"],
Expand Down

0 comments on commit 60eab0a

Please sign in to comment.