Skip to content

Commit

Permalink
update build settings
Browse files Browse the repository at this point in the history
  • Loading branch information
gisellerosetta committed Oct 11, 2023
1 parent adaf811 commit c87f7b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "py_af_colours"
license = {file = "LICENSE"}
version = "1.0.4"
version = "1.0.5"
authors = [
{ name="Analysis Standards and Pipelines Team", email="[email protected]" },
]
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@

setup(
name = "py_af_colours",
version = "1.0.4",
version = "1.0.5",
author = "Analysis standards and Pipelines team",
author_email = "[email protected]",
url = "https://best-practice-and-impact.github.io/py-af-colours/",
install_requires = [
"pyyaml"
],
packages = find_packages(),
)
include_package_data=True,
)

0 comments on commit c87f7b5

Please sign in to comment.