Skip to content

Commit a706713

Browse files
committed
Merge pull request #5 from jrconlin/bug/upload
bug: fix pypi upload
2 parents a5ff81b + afa1ffe commit a706713

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)