You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description="drgpy is a Python library for assigning a combination of diagnosis and procedure codes to Diagnosis Related Groups (MS-DRG) that is used in Medicare inpatient reimbursement today.",
long_description=long_description,
long_description_content_type="text/markdown",
author="Yubin Park",
author_email="yubin.park@gmail.com",
url="https://github.com/yubin-park/drgpy",
license="Apaceh 2.0",
install_requires = [],
include_package_data=True,
package_data={"": ["*.txt", "*.csv"]},
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: Apache Software License",