We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 64ed7a2 + 4d0c78e commit ddbc82eCopy full SHA for ddbc82e
MANIFEST.in
@@ -1,6 +1,4 @@
1
-include AUTHORS.rst
2
include CONTRIBUTING.rst
3
-include HISTORY.rst
4
include LICENSE
5
include README.rst
6
setup.py
@@ -116,7 +116,7 @@ def license(cls):
116
117
@staticmethod
118
def longdesc():
119
- return Setup.read("README.rst") + "\n\n" + Setup.read("HISTORY.rst")
+ return Setup.read("README.rst")
120
121
122
def test_links():
0 commit comments