Skip to content

Commit

Permalink
Hotfix of error
Browse files Browse the repository at this point in the history
FileNotFoundError: [Errno 2] No such file or
directory: 'PACKAGE_README.md'
  • Loading branch information
8nhuman8 committed Jun 16, 2020
1 parent f543f59 commit 195882e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
include LICENSE.txt
include PACKAGE_README.md
recursive-include randword/data *.txt
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
copyright = '2020, Artyom Bezmenov'
author = 'Artyom Bezmenov'

release = '2.9.1'
release = '2.9.2'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

with open('PACKAGE_README.md', 'r') as readme_file:
long_description = readme_file.read()
VERSION = '2.9.1'
VERSION = '2.9.2'


setup(
Expand Down

0 comments on commit 195882e

Please sign in to comment.