mirror of
https://github.com/exituser/prosto-sms-python.git
synced 2026-09-17 03:48:57 +00:00
added: long_description in setup package
This commit is contained in:
@@ -4,23 +4,23 @@ with open('requirements.txt') as f:
|
|||||||
requirements = list(map(lambda x: x.strip(), f.readlines()))
|
requirements = list(map(lambda x: x.strip(), f.readlines()))
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='prosto-sms',
|
name='prosto_sms',
|
||||||
version='0.0.1',
|
version='0.0.1',
|
||||||
|
|
||||||
author='Alex Dennitsev',
|
author='Alex Dennitsev',
|
||||||
author_email='me@chydo.dev',
|
author_email='me@chydo.dev',
|
||||||
|
|
||||||
url="",
|
url="https://github.com/exituser/prosto-sms-python",
|
||||||
description='ale',
|
description='sms-prosto api wrapper written in python',
|
||||||
|
long_description=open('README.md').read(),
|
||||||
|
long_description_content_type='text/markdown',
|
||||||
|
|
||||||
packages=['prosto_sms'],
|
packages=['prosto_sms'],
|
||||||
install_requires=requirements,
|
install_requires=requirements,
|
||||||
|
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Environment :: Web Environment',
|
'Environment :: Web Environment',
|
||||||
'Programming Language :: Python :: 3.6',
|
|
||||||
'Programming Language :: Python :: 3.7',
|
|
||||||
'Programming Language :: Python :: 3.8',
|
|
||||||
'Programming Language :: Python :: 3.9',
|
'Programming Language :: Python :: 3.9',
|
||||||
|
'Programming Language :: Python :: 3.11'
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user