Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Change license string in setup.py
  • Loading branch information
paul-lebel committed Nov 20, 2024
1 parent ee7e89d commit b0cedf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def get_data_files(parent_dir):
url="https://github.com/czbiohub-sf/remo-stats-utils",
author="Bioengineering | CZ Biohub SF",
author_email="michelle.khoo@czbiohub.org",
license="MIT",
license="BSD-3-Clause",
packages=find_packages(),
package_data={"stats_utils": data_files},
include_package_data=True,
Expand Down

0 comments on commit b0cedf9

Please sign in to comment.