Skip to content

Commit 73448a7

Browse files
committed
Added some changes
1 parent db1e0cd commit 73448a7

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

MANIFEST

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# file GENERATED by distutils, do NOT edit
2+
setup.cfg
3+
setup.py
4+
phcm/__init__.py
5+
phcm/hcm_notification.py

dist/phcm-1.0.0.tar.gz

1.95 KB
Binary file not shown.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
author = 'Ulises Martinez Adon', # Type in your name
99
author_email = 'umartinezadon@outlook.com', # Type in your E-Mail
1010
url = 'https://github.com/umartinez22', # Provide either the link to your github or to your website
11-
download_url = 'https://github.com/user/umartinez22/archive/v_1.0.0.tar.gz', # I explain this later on
11+
download_url = 'https://github.com/umartinez22/python-huawei-cloud-messaging/archive/v_1.0.1.tar.gz', # I explain this later on
1212
keywords = ['Huawei', 'cloud', 'messaging', 'notification'], # Keywords that define your package best
1313
install_requires=[],
1414
classifiers=[
1515
'Development Status :: 3 - Alpha', # Chose either "3 - Alpha", "4 - Beta" or "5 - Production/Stable" as the current state of your package
1616
'Intended Audience :: Developers', # Define that your audience are developers
1717
'Topic :: Software Development :: Build Tools',
1818
'License :: OSI Approved :: MIT License', # Again, pick a license
19-
'Programming Language :: Python :: 3.8.2'
19+
'Programming Language :: Python'
2020
],
2121
)

0 commit comments

Comments
 (0)