Add *.rst extension to README file
authorAlbert Tugushev <albert@tugushev.ru>
Fri, 1 Jan 2016 07:52:28 +0000 (10:52 +0300)
committerAlbert Tugushev <albert@tugushev.ru>
Sat, 2 Jan 2016 16:25:45 +0000 (19:25 +0300)
README [deleted file]
README.rst [new file with mode: 0644]
setup.py

diff --git a/README b/README
deleted file mode 100644 (file)
index ff4d063..0000000
--- a/README
+++ /dev/null
@@ -1,37 +0,0 @@
-About the fork
---------------
-
-This project is a fork of apparently dead "django-pagination" project
-originally written by 'Eric Florenzano'. It is maintained by the Linaro
-Validation/Infrastructure team. Latest releases can be found on launchpad and
-pypi.
-We are in the process of deciding how to properly host and manage the project.
-Feel free to hop to #linaro on irc.freenode.net and ask either 'zyga' or
-'mwhudson' about this.
-
-
-About top-level package name change
------------------------------------
-The top level package name was changed from `pagination` to
-`linaro-django-pagination`. I did this to ensure that existing users of the
-original package could easily transition, on their own terms. Since both
-packages are co-installable you are free to check things out and see if the new
-pagination code works well for you or not.
-
-Also, since the implementation of the actual tags was rewritten I would not
-feel entirely confident that the new package is a drop-in replacement.
-
-
-Contributors
-------------
-
-We would like to welcome any and all contributors. Please use the pull request
-feature on github.
-
-
-How to use linaro-django-pagination
------------------------------------
-
-See our official documentation for more details.
-http://packages.python.org/linaro-django-pagination/
diff --git a/README.rst b/README.rst
new file mode 100644 (file)
index 0000000..ff4d063
--- /dev/null
@@ -0,0 +1,37 @@
+About the fork
+--------------
+
+This project is a fork of apparently dead "django-pagination" project
+originally written by 'Eric Florenzano'. It is maintained by the Linaro
+Validation/Infrastructure team. Latest releases can be found on launchpad and
+pypi.
+We are in the process of deciding how to properly host and manage the project.
+Feel free to hop to #linaro on irc.freenode.net and ask either 'zyga' or
+'mwhudson' about this.
+
+
+About top-level package name change
+-----------------------------------
+The top level package name was changed from `pagination` to
+`linaro-django-pagination`. I did this to ensure that existing users of the
+original package could easily transition, on their own terms. Since both
+packages are co-installable you are free to check things out and see if the new
+pagination code works well for you or not.
+
+Also, since the implementation of the actual tags was rewritten I would not
+feel entirely confident that the new package is a drop-in replacement.
+
+
+Contributors
+------------
+
+We would like to welcome any and all contributors. Please use the pull request
+feature on github.
+
+
+How to use linaro-django-pagination
+-----------------------------------
+
+See our official documentation for more details.
+http://packages.python.org/linaro-django-pagination/
index 2686bd8..0fb6f20 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -39,7 +39,7 @@ setup(
     author='Zygmunt Krynicki',
     author_email='zygmunt.krynicki@linaro.org',
     description="linaro-django-pagination",
     author='Zygmunt Krynicki',
     author_email='zygmunt.krynicki@linaro.org',
     description="linaro-django-pagination",
-    long_description=open("README").read(),
+    long_description=open("README.rst").read(),
     keywords='pagination,django',
     url='https://github.com/zyga/django-pagination',
     test_suite='linaro_django_pagination.test_project.tests.run_tests',
     keywords='pagination,django',
     url='https://github.com/zyga/django-pagination',
     test_suite='linaro_django_pagination.test_project.tests.run_tests',