Skip to content
This repository was archived by the owner on Feb 28, 2025. It is now read-only.

Commit c2a35d0

Browse files
committed
setup.py 추가
1 parent 42594a9 commit c2a35d0

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[metadata]
2+
description-file = README.md

setup.py

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,20 @@
66
setup(
77
name='coolsms_python_sdk',
88
version='2.0',
9-
packages=['sdk', 'api'],
9+
packages=['sdk', 'sdk/api'],
1010
package_dir={'sdk': 'sdk', 'api': 'sdk/api'},
11-
#package_data={'examples': ['examples/*']},
1211
license='MIT License',
13-
author='nurigo',
12+
author='Nurigo',
1413
author_email='sms-team@nurigo.net',
1514
url='https://github.com/coolsms/python-sdk',
16-
description='Send Message, Kakao Alimtalk, Message Management using PHP and REST API.',
15+
download_url = 'https://github.com/coolsms/python-sdk/releases',
16+
description='Send Message, Kakao Alimtalk and Management Message using Python and REST API.',
1717
keywords=['sms', 'rest', 'restapi', 'restsms', 'smsrest', 'coolsms', 'nurigo', 'python sdk', 'alimtalk', 'kakao'],
1818
classifiers=[
19-
'Development Status :: 3 - Alpha',
20-
'Intended Audience :: Developers',
2119
'License :: OSI Approved :: MIT License',
2220
'Programming Language :: Python',
2321
'Programming Language :: Python :: 2.7',
2422
'Programming Language :: Python :: 3.4',
25-
'Operating System :: OS Independent',
2623
'Topic :: Software Development :: Libraries :: Python Modules'
2724
]
2825
)

0 commit comments

Comments
 (0)