forked from MuteJester/PyNCBI
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
16c0dda
commit d88ff2a
Showing
2 changed files
with
5 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,15 +9,15 @@ | |
setup( | ||
name = 'PyNCBI', | ||
packages = ['PyNCBI'], | ||
version = '0.1.5.5', | ||
version = '0.1.6.1', | ||
license='MIT', | ||
description = 'Simple API for Python Integration with NCBI', | ||
long_description_content_type="text/markdown", | ||
long_description=read_md('README.md'), | ||
author = 'Thomas Konstantinovsky', | ||
author_email = '[email protected]', | ||
url = 'https://github.com/MuteJester/PyNCBI', | ||
download_url = 'https://github.com/MuteJester/PyNCBI/archive/refs/tags/0.1.5.5.tar.gz', | ||
download_url = 'https://github.com/MuteJester/PyNCBI/archive/refs/tags/0.1.6.1.tar.gz', | ||
keywords = ['api','data database','analytics,biology','methylation','epigenetics','ncbi','epigenetic-data'], # Keywords that define your package best | ||
install_requires=[ | ||
'methylprep', | ||
|