Rename README to .rst.
This commit is contained in:
parent
247c8d7060
commit
580e91c544
4
setup.py
4
setup.py
|
@ -29,7 +29,7 @@ from setuptools import setup, find_packages
|
||||||
|
|
||||||
here = os.path.abspath(os.path.dirname(__file__))
|
here = os.path.abspath(os.path.dirname(__file__))
|
||||||
execfile(os.path.join(here, 'tailbone', '_version.py'))
|
execfile(os.path.join(here, 'tailbone', '_version.py'))
|
||||||
README = open(os.path.join(here, 'README.txt')).read()
|
README = open(os.path.join(here, 'README.rst')).read()
|
||||||
|
|
||||||
|
|
||||||
requires = [
|
requires = [
|
||||||
|
@ -103,7 +103,7 @@ setup(
|
||||||
url = "http://rattail.edbob.org/",
|
url = "http://rattail.edbob.org/",
|
||||||
license = "GNU Affero GPL v3",
|
license = "GNU Affero GPL v3",
|
||||||
description = "Backoffice Web Application for Rattail",
|
description = "Backoffice Web Application for Rattail",
|
||||||
long_description = READMES,
|
long_description = README,
|
||||||
|
|
||||||
classifiers = [
|
classifiers = [
|
||||||
'Development Status :: 3 - Alpha',
|
'Development Status :: 3 - Alpha',
|
||||||
|
|
Loading…
Reference in a new issue