Browse Source

Filename updates.

pyserial_fix
Scott Petersen 10 years ago
parent
commit
cafe2c0a21
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      MANIFEST.in
  2. +1
    -1
      setup.py

+ 1
- 1
MANIFEST.in View File

@@ -1,4 +1,4 @@
include README.md
include README.rst
include LICENSE
recursive-include docs/build *.*
recursive-include examples *.py

+ 1
- 1
setup.py View File

@@ -3,7 +3,7 @@
from setuptools import setup

def readme():
"""Returns the contents of README.md"""
"""Returns the contents of README.rst"""

with open('README.rst') as readme_file:
return readme_file.read()


Loading…
Cancel
Save