Skip to content

Commit

Permalink
Updated setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
rfm-targa committed Jan 22, 2024
1 parent 7ae5900 commit 5e021b4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@

VERSION = CHEWBBACA.__version__

packages = find_namespace_packages()
exclude_package_data = {"CHEWBBACA": ["tests"]}
packages = find_namespace_packages(
exclude=[
"CHEWBBACA.tests*"
]
)

install_requires = (
'numpy~=1.24.3',
Expand All @@ -21,7 +24,6 @@
setup(
name = 'chewBBACA',
packages=packages,
exclude_package_data=exclude_package_data,
version = VERSION,
description = 'A complete suite for gene-by-gene schema creation and strain identification.',
author = 'Rafael Mamede, Pedro Cerqueira, Mickael Silva, João Carriço, Mário Ramirez',
Expand Down

0 comments on commit 5e021b4

Please sign in to comment.