Skip to content

Commit

Permalink
fix: package naming
Browse files Browse the repository at this point in the history
  • Loading branch information
dlangst committed Aug 2, 2022
1 parent 71b32e6 commit e7e6e51
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
File renamed without changes.
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
import pkg_resources

__version__ = '1.11.2'
PACKAGE_NAME = 'ibm_whcs_sdk'
PACKAGE_DESC = 'This is the Watson Health Cognitive Services Python SDK containing ACD and IML',
PACKAGE_NAME = 'acd_sdk'
PACKAGE_DESC = 'This is the Annotator for Clincial Data Python SDK',

with open('requirements.txt') as f:
install_requires = [str(req) for req in pkg_resources.parse_requirements(f)]
Expand All @@ -49,21 +49,21 @@
license='Apache 2.0',
install_requires=install_requires,
tests_require=tests_require,
author='IBM',
author_email='dcweber@us.ibm.com',
author='Merative',
author_email='dlangst@merative.com',
long_description=readme,
long_description_content_type='text/markdown',
url='https://github.com/IBM/whcs-python-sdk',
url='https://github.com/Merative/whcs-python-sdk',
packages=find_packages(),
include_package_data=True,
keywords='PACKAGE_NAME',
classifiers=[
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache Software License',
Expand Down

0 comments on commit e7e6e51

Please sign in to comment.