Skip to content

Commit 74ee118

Browse files
committed
bug: fix pypi distro
1 parent a5ff81b commit 74ee118

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

MANIFEST.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
include *.md
2+
include *.txt
3+
include setup.*
4+
include LICENSE
5+
recursive-include pywebpush

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
from setuptools import setup
55

6-
__version__ = "0.3"
6+
__version__ = "0.3.1"
77

88

99
def read_from(file):

0 commit comments

Comments
 (0)