diff --git a/MANIFEST.in b/MANIFEST.in index 42524e83..c24796aa 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -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 diff --git a/README.rst b/README.rst index 3c111972..e85fbbd7 100644 --- a/README.rst +++ b/README.rst @@ -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 -`_ in Documentation for -instructions on installing, upgrading, and uninstalling data-migrator. - -The project is `maintained at GitHub `_. - +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 ------- @@ -50,6 +43,15 @@ fast, readable and extendable if __name__ == "__main__": transform.Transformer(models=[Result]).process() +Installation +------------ + +See the `Installation Instructions +`_ in Documentation for +instructions on installing, upgrading, and uninstalling data-migrator. + +The project is `maintained at GitHub `_. + Support and contribute ---------------------- Questions, comments, bug reports and especially tested patches may be