Skip to content

Commit

Permalink
Merge pull request #33 from VasudhaJha/feature/export-all-files
Browse files Browse the repository at this point in the history
remove genoNet from excluded packages since genoRegression depends on it
  • Loading branch information
VasudhaJha authored Jul 17, 2023
2 parents 6abc046 + 7d9b80d commit c872662
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="genomap",
version="1.2.2",
version="1.2.3",
author="Md Tauhidul Islam",
author_email="[email protected]",
description="Genomap converts tabular gene expression data into spatially meaningful images.",
Expand All @@ -16,7 +16,7 @@
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
],
packages=find_packages(exclude=("genomap.genoNet", "genomap.genoNetus")),
packages=find_packages(exclude=("genomap.genoNetus")),
python_requires=">=3.8",
install_requires=open("requirements.txt").readlines(),
include_package_data=True,
Expand Down

0 comments on commit c872662

Please sign in to comment.