Skip to content
This repository was archived by the owner on Jun 24, 2021. It is now read-only.

Commit 62d8d8c

Browse files
author
Josh Wolff
committed
Replacing body attribute with content attribute. Replacing message attribute with push_content attribute. Adding open_in_home_feed attribute.
1 parent 569986a commit 62d8d8c

File tree

5 files changed

+155
-104
lines changed

5 files changed

+155
-104
lines changed

.idea/workspace.xml

Lines changed: 58 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
import setuptools
22

3-
# Thank you to https://packaging.python.org/tutorials/packaging-projects/
4-
53
with open("README.md", "r") as fh:
64
long_description = fh.read()
75

86
setuptools.setup(
97
name="spontit",
10-
version="1.0.7",
8+
version="1.0.8",
119
author="Spontit Inc",
1210
author_email="info@spontit.com",
1311
description="Send push notifications without your app, website, or notification infrastructure.",
744 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)