Skip to content

Commit

Permalink
Small 0.0.2 release; fixed setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
carlvitzthum committed Jul 31, 2019
1 parent 3f09225 commit 592a678
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
include *.md
include LICENSE.txt
include requirements.txt
2 changes: 1 addition & 1 deletion motiffinder/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.1"
__version__ = "0.0.2"
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
name = "motiffinder",
version = this_version,
packages = ['motiffinder'],
package_dir = {'motiffinder': 'motiffinder'},
package_data = {'motiffinder': ['static/*']},
description = "A novel approach to motif identification in proteins",
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down Expand Up @@ -47,5 +49,6 @@
"Operating System :: OS Independent",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Scientific/Engineering :: Bio-Informatics"
]
],
zip_safe = True
)

0 comments on commit 592a678

Please sign in to comment.