Skip to content

Commit

Permalink
Fix PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
CoffeePerry committed Nov 22, 2020
1 parent c3ee2eb commit 4b6f4ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
recursive-include mercury *
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
setup(
name='mercury-py',
packages=find_packages(include=['mercury']),
version='1.0.0',
package_data={'mercury': ['static/favicon.ico']},
include_package_data=True,
version='1.0.1',
description='mercury-py (Mercury for Python) is a Python based microservice that allow to manage scheduled '
'notifications sending.',
long_description=long_description,
Expand Down

0 comments on commit 4b6f4ab

Please sign in to comment.