We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a706713 + 1b6f435 commit e0cee9bCopy full SHA for e0cee9b
setup.py
@@ -1,7 +1,7 @@
1
import io
2
import os
3
4
-from setuptools import setup
+from setuptools import find_packages, setup
5
6
__version__ = "0.3.1"
7
@@ -26,6 +26,7 @@ def read_from(file):
26
27
setup(name="pywebpush",
28
version=__version__,
29
+ packages=find_packages(),
30
description='WebPush publication library',
31
long_description=README + '\n\n' + CHANGES,
32
classifiers=["Topic :: Internet :: WWW/HTTP",
0 commit comments