Skip to content

Commit ddbc82e

Browse files
authored
Merge pull request #47 from FlipperPA/feature/ai/remove-extra-files
Remove from MANIFEST and setup.py.
2 parents 64ed7a2 + 4d0c78e commit ddbc82e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

MANIFEST.in

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
include AUTHORS.rst
21
include CONTRIBUTING.rst
3-
include HISTORY.rst
42
include LICENSE
53
include README.rst
64

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def license(cls):
116116

117117
@staticmethod
118118
def longdesc():
119-
return Setup.read("README.rst") + "\n\n" + Setup.read("HISTORY.rst")
119+
return Setup.read("README.rst")
120120

121121
@staticmethod
122122
def test_links():

0 commit comments

Comments
 (0)