Skip to content

Commit

Permalink
setup file updated for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
berkedilekoglu committed Feb 25, 2024
1 parent ee7ee78 commit 1f126b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='sumonet',
version='0.1.5',
version='0.1.6',
license='Academic Free License ("AFL") v. 3.0',
description='Package Description',
long_description=long_description, # Use contents of README.md
Expand All @@ -16,11 +16,11 @@
package_data={
# If any package or subpackage contains *.fasta or *.gz or *.h5 files, include
# them:
"": ["*.fasta", "*.gz","*.h5","*.md"]
"": ["*.fasta", "*.gz","*.h5","*.md","*.csv"]

},
url='https://github.com/berkedilekoglu/SUMOnet',
download_url = 'https://github.com/berkedilekoglu/SUMOnet/archive/refs/tags/v0.1.5tar.gz',
download_url = 'https://github.com/berkedilekoglu/SUMOnet/archive/refs/tags/v0.1.6tar.gz',
keywords='sumoylation machine-learning deep-learning bioinformatics',
install_requires=[
'numpy',
Expand Down

0 comments on commit 1f126b1

Please sign in to comment.