From 912ba95d73a8778496a25d96dc4e581df3bb0829 Mon Sep 17 00:00:00 2001 From: Corin Wagen Date: Thu, 30 Nov 2023 11:22:21 -0500 Subject: [PATCH] toggle setup --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 6afaab3..0892929 100644 --- a/setup.py +++ b/setup.py @@ -11,13 +11,13 @@ packages=["cctk", "cctk.data", "cctk.groups"], # include_package_data=True, package_data={"cctk.data": ["*"], "cctk.groups": ["*"],}, - version="v0.2.18", + version="v0.2.19", license="Apache 2.0", description="computational chemistry toolkit", author="Corin Wagen and Eugene Kwan", author_email="corin.wagen@gmail.com", url="https://github.com/ekwan/cctk", - download_url="https://github.com/ekwan/cctk/archive/v0.2.18.tar.gz", + download_url="https://github.com/ekwan/cctk/archive/v0.2.19.tar.gz", install_requires=["numpy", "networkx", "importlib_resources", "scipy", "pyahocorasick", "basis_set_exchange", "pyyaml"], long_description=long_description, long_description_content_type='text/markdown',