|
15 | 15 | exec(f.read(), about)
|
16 | 16 |
|
17 | 17 | setup(
|
18 |
| - name='annofabapi', version=about['__version__'], |
19 |
| - description='Python Clinet Library of AnnoFab API (https://annofab.com/docs/api/)', long_description=readme, |
20 |
| - long_description_content_type='text/markdown', author='yuji38kwmt', author_email='[email protected]', |
21 |
| - maintainer='yuji38kwmt', license='MIT', keywords='annofab api', |
| 18 | + name='annofabapi', |
| 19 | + version=about['__version__'], |
| 20 | + description='Python Clinet Library of AnnoFab API (https://annofab.com/docs/api/)', |
| 21 | + long_description=readme, |
| 22 | + long_description_content_type='text/markdown', |
| 23 | + author='yuji38kwmt', |
| 24 | + |
| 25 | + maintainer='yuji38kwmt', |
| 26 | + license='MIT', |
| 27 | + keywords='annofab api', |
22 | 28 | url='https://github.com/kurusugawa-computer/annofab-api-python-client',
|
23 |
| - install_requires=['requests', 'python-dateutil', 'backoff'], python_requires='>=3.6', classifiers=[ |
| 29 | + install_requires=['requests', 'python-dateutil', 'backoff'], |
| 30 | + python_requires='>=3.6', |
| 31 | + classifiers=[ |
24 | 32 | "Development Status :: 4 - Beta",
|
25 | 33 | "Intended Audience :: Developers",
|
26 | 34 | "License :: OSI Approved :: MIT License",
|
|
0 commit comments