Skip to content

Commit

Permalink
fix MANIFEST
Browse files Browse the repository at this point in the history
  • Loading branch information
iheitlager committed Apr 15, 2017
1 parent 7be327e commit 00cf2b3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include *.rst *.txt *.md AUTHORS LICENSE circles.yml docs/Makefile setup.cfg
include *.rst *.txt *.md AUTHORS LICENSE NOTICE docs/Makefile setup.cfg
recursive-include data_migrator *.py
recursive-include tests *.py
recursive-include docs *.txt
Expand Down
22 changes: 12 additions & 10 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,9 @@
.. image:: https://badge.fury.io/py/data-migrator.svg
:target: https://badge.fury.io/py/data-migrator

Data-migrator is a simple data-migration package for python lovers. It is
declarative language in django-esc style for table drive data transformations. It is
set up as an open and extensive system.

See the `Installation Instructions
<http://data-migrator.readthedocs.io/en/latest/install.html>`_ in Documentation for
instructions on installing, upgrading, and uninstalling data-migrator.

The project is `maintained at GitHub <https://github.com/schubergphilis/data-migrator>`_.

Data-migrator is a simple data-migration package for python lovers. It is a
declarative DSL for table drive data transformations, set up as an open and
extensive system.

Example
-------
Expand All @@ -50,6 +43,15 @@ fast, readable and extendable
if __name__ == "__main__":
transform.Transformer(models=[Result]).process()
Installation
------------

See the `Installation Instructions
<http://data-migrator.readthedocs.io/en/latest/install.html>`_ in Documentation for
instructions on installing, upgrading, and uninstalling data-migrator.

The project is `maintained at GitHub <https://github.com/schubergphilis/data-migrator>`_.

Support and contribute
----------------------
Questions, comments, bug reports and especially tested patches may be
Expand Down

0 comments on commit 00cf2b3

Please sign in to comment.