Skip to content

Commit

Permalink
Merge pull request #46 from tijeco/cinful_id
Browse files Browse the repository at this point in the history
update for 0.1.0
  • Loading branch information
tijeco authored Oct 7, 2021
2 parents 5e2b834 + c99b062 commit 49a920f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
9 changes: 8 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
# Include all non-python files
recursive-include cinful *
recursive-include cinful/ *
recursive-exclude cinful/.tests *
recursive-exclude cinful/.pytest_cache *
recursive-exclude cinful/.snakemake *
recursive-exclude cinful/notebooks *
recursive-exclude cinful/scripts *
recursive-exclude cinful/tmp *

3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
setup(
name='cinful',
include_package_data = True,
version='0.0.1',
version='0.1.0',
author='T. Jeffrey Cole',
author_email = "jffcole7@gmail.com",
url='https://github.com/tijeco/cinful',
description=('cinful: A fully automated pipeline to identify microcins'
'along with their associated immunity proteins and export machinery'),
Expand Down

0 comments on commit 49a920f

Please sign in to comment.