Skip to content

Commit

Permalink
Added PyPi Infra
Browse files Browse the repository at this point in the history
  • Loading branch information
MuteJester committed May 15, 2022
1 parent bdf1437 commit 67cd0ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions PyNCBI/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from GEOReader import GEOReader
from Utilities import *
from FileUtilities import *

from Constants import *
from PyNCBI.GEOReader import GEOReader
from PyNCBI.Utilities import *
from PyNCBI.FileUtilities import *
from PyNCBI.Constants import *
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
setup(
name = 'PyNCBI',
packages = ['PyNCBI'],
version = '0.1.2',
version = '0.1.3',
license='MIT',
description = 'Simple API for Python Integration with NCBI',
author = 'Thomas Konstantinovsky',
author_email = '[email protected]',
url = 'https://github.com/MuteJester/PyNCBI',
download_url = 'https://github.com/MuteJester/PyNCBI/archive/refs/tags/PyNCBI_0.1.tar.gz',
download_url = 'https://github.com/MuteJester/PyNCBI/archive/refs/tags/Alpha.tar.gz',
keywords = ['api','data database','analytics,biology','methylation','epigenetics','ncbi','epigenetic-data'], # Keywords that define your package best
install_requires=[
'methylprep',
Expand Down

0 comments on commit 67cd0ac

Please sign in to comment.