Skip to content

Commit 858fed0

Browse files
committed
*.txt -> *.rst
1 parent 0d980ec commit 858fed0

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

README.txt README.rst

File renamed without changes.

docs/HISTORY.txt docs/HISTORY.rst

File renamed without changes.

docs/INSTALL.txt docs/INSTALL.rst

File renamed without changes.

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
setup(name='quintagroup.seoptimizer',
1111
version=version,
1212
description="Quintagroup Search Engine Optimization Tool",
13-
long_description=open("README.txt").read() + "\n" +
14-
open(os.path.join("docs", "INSTALL.txt")).read() + "\n" +
15-
open(os.path.join("docs", "HISTORY.txt")).read(),
13+
long_description=open("README.rst").read() + "\n" +
14+
open(os.path.join("docs", "INSTALL.rst")).read() + "\n" +
15+
open(os.path.join("docs", "HISTORY.rst")).read(),
1616

1717
# Get more strings from
1818
# http://www.python.org/pypi?%3Aaction=list_classifiers

0 commit comments

Comments
 (0)