Skip to content

Commit fc52774

Browse files
committed
Specified README file as rst
1 parent 5fbc904 commit fc52774

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

MANIFEST

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# file GENERATED by distutils, do NOT edit
2-
README
2+
README.rst
33
setup.py
44
pyvaru/__init__.py
55
pyvaru/rules.py

README renamed to README.rst

File renamed without changes.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from distutils.core import setup
22

3-
with open('README', 'r') as readme:
3+
with open('README.rst', 'r') as readme:
44
long_description = readme.read()
55

66
setup(
@@ -36,5 +36,5 @@
3636
],
3737
keywords='validation rule model data',
3838
packages=['pyvaru'],
39-
data_files=[('README', ['README'])],
39+
data_files=[('README.rst', ['README.rst'])],
4040
)

0 commit comments

Comments
 (0)