diff --git a/README.md b/README.md new file mode 100644 index 0000000..5893279 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ + +# rattail-fabric + +Rattail is a retail software framework, released under the GNU General Public +License. + +This package contains various utility functions for use with +[Fabric](http://www.fabfile.org/). + +Please see Rattail's [home page](https://rattailproject.org/) for more +information. diff --git a/README.rst b/README.rst deleted file mode 100644 index 6622b69..0000000 --- a/README.rst +++ /dev/null @@ -1,14 +0,0 @@ - -rattail-fabric -============== - -Rattail is a retail software framework, released under the GNU General Public -License. - -This package contains various utility functions for use with `Fabric`_. - -.. _`Fabric`: http://www.fabfile.org/ - -Please see Rattail's `home page`_ for more information. - -.. _`home page`: https://rattailproject.org/ diff --git a/setup.py b/setup.py index c30287f..21c8182 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ from setuptools import setup, find_packages here = os.path.abspath(os.path.dirname(__file__)) exec(open(os.path.join(here, 'rattail_fabric', '_version.py')).read()) -README = open(os.path.join(here, 'README.rst')).read() +README = open(os.path.join(here, 'README.md')).read() requires = [