Skip to content

Commit

Permalink
Merge pull request #47 from FlipperPA/feature/ai/remove-extra-files
Browse files Browse the repository at this point in the history
Remove from MANIFEST and setup.py.
  • Loading branch information
FlipperPA authored Aug 1, 2024
2 parents 64ed7a2 + 4d0c78e commit ddbc82e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
include AUTHORS.rst
include CONTRIBUTING.rst
include HISTORY.rst
include LICENSE
include README.rst

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def license(cls):

@staticmethod
def longdesc():
return Setup.read("README.rst") + "\n\n" + Setup.read("HISTORY.rst")
return Setup.read("README.rst")

@staticmethod
def test_links():
Expand Down

0 comments on commit ddbc82e

Please sign in to comment.