Skip to content

Commit 4b08ac8

Browse files
author
Sergey Kanzhelev
committed
dedup description and readme
1 parent 5e94d6d commit 4b08ac8

File tree

4 files changed

+2
-330
lines changed

4 files changed

+2
-330
lines changed

MANIFEST.in

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
include DESCRIPTION.rst
2-
include README.md
1+
include README.rst
32
include LICENSE.txt
43
include CHANGELOG.md
54
include CONTRIBUTING.md

README.md

-327
This file was deleted.

DESCRIPTION.rst README.rst

File renamed without changes.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
here = path.abspath(path.dirname(__file__))
66

77
# Get the long description from the relevant file
8-
with open(path.join(here, 'DESCRIPTION.rst'), encoding='utf-8') as f:
8+
with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
99
long_description = f.read()
1010

1111
setup(

0 commit comments

Comments
 (0)