|
21 | 21 | import pkg_resources |
22 | 22 |
|
23 | 23 | __version__ = '1.11.2' |
24 | | -PACKAGE_NAME = 'ibm_whcs_sdk' |
25 | | -PACKAGE_DESC = 'This is the Watson Health Cognitive Services Python SDK containing ACD and IML', |
| 24 | +PACKAGE_NAME = 'acd_sdk' |
| 25 | +PACKAGE_DESC = 'This is the Annotator for Clincial Data Python SDK', |
26 | 26 |
|
27 | 27 | with open('requirements.txt') as f: |
28 | 28 | install_requires = [str(req) for req in pkg_resources.parse_requirements(f)] |
|
49 | 49 | license='Apache 2.0', |
50 | 50 | install_requires=install_requires, |
51 | 51 | tests_require=tests_require, |
52 | | - author='IBM', |
53 | | - author_email='dcweber@us.ibm.com', |
| 52 | + author='Merative', |
| 53 | + author_email='dlangst@merative.com', |
54 | 54 | long_description=readme, |
55 | 55 | long_description_content_type='text/markdown', |
56 | | - url='https://github.com/IBM/whcs-python-sdk', |
| 56 | + url='https://github.com/Merative/whcs-python-sdk', |
57 | 57 | packages=find_packages(), |
58 | 58 | include_package_data=True, |
59 | 59 | keywords='PACKAGE_NAME', |
60 | 60 | classifiers=[ |
61 | 61 | 'Programming Language :: Python', |
62 | 62 | 'Programming Language :: Python :: 3', |
63 | | - 'Programming Language :: Python :: 3.6', |
64 | 63 | 'Programming Language :: Python :: 3.7', |
65 | 64 | 'Programming Language :: Python :: 3.8', |
66 | 65 | 'Programming Language :: Python :: 3.9', |
| 66 | + 'Programming Language :: Python :: 3.10', |
67 | 67 | 'Development Status :: 4 - Beta', |
68 | 68 | 'Intended Audience :: Developers', |
69 | 69 | 'License :: OSI Approved :: Apache Software License', |
|
0 commit comments