Fixed the README filename from README.md to README.rst in setup.py.
This commit is contained in:
parent
f57162a93c
commit
24c3b868e0
2
setup.py
2
setup.py
@ -16,7 +16,7 @@
|
||||
# limitations under the License.
|
||||
import setuptools
|
||||
|
||||
with open("README.md", "r") as fh:
|
||||
with open("README.rst", "r") as fh:
|
||||
long_description = fh.read()
|
||||
|
||||
setuptools.setup(
|
||||
|
Loading…
x
Reference in New Issue
Block a user