-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Completely removed python version restrictions.
- Loading branch information
1 parent
2e04017
commit 6295ae2
Showing
4 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ def find_files(directory): | |
|
||
|
||
setup(name="cosolvkit", | ||
version='0.4.5', | ||
version='0.4.6', | ||
description="CosolvKit", | ||
author="Niccolo Bruciaferri, Jerome Eberhardt", | ||
author_email="[email protected]", | ||
|
@@ -28,7 +28,6 @@ def find_files(directory): | |
data_files=[("", ["README.md", "LICENSE"])], | ||
include_package_data=True, | ||
zip_safe=False, | ||
python_requires=">=3.9", | ||
license="LGPL-2.1", | ||
keywords=["molecular modeling", "drug design", | ||
"cosolvent", "MD simulations"], | ||
|