Skip to content

Commit

Permalink
Merge branch 'feature/pypi-version-release' into 'master'
Browse files Browse the repository at this point in the history
PyPI version update and MANIFEST

See merge request caimira/caimira!525
  • Loading branch information
lrdossan committed Dec 4, 2024
2 parents 778444a + 04fb998 commit c57fd94
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 4.17.6 (December 4, 2024)

## Features Added
- Data registry update
- REST API adjustments in docs
- Release to PyPI

## Bug Fixes
- Corrected user guide and about doc refs
- Minor fix in docker pre-built instruction

# 4.17.5 (November 21, 2024)

## Features Added
Expand Down
9 changes: 9 additions & 0 deletions caimira/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
recursive-include src *.py
recursive-include src *.json
recursive-include src *.txt

exclude *.pyc
exclude **/__pycache__/*
exclude tests/*
exclude docs/*
exclude *.md
6 changes: 3 additions & 3 deletions caimira/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "caimira"
version = "4.17.5"
version = "4.17.6"
description = "CAiMIRA - CERN Airborne Model for Indoor Risk Assessment"
readme = "README.md"
license = { text = "Apache-2.0" }
Expand Down Expand Up @@ -58,8 +58,8 @@ doc = [
[project.urls]
Homepage = "https://gitlab.cern.ch/caimira/caimira"

[tool.setuptools.package-data]
caimira = ["**/*"]
[tool.setuptools.packages.find]
where = ["src"]

[tool.pytest.ini_options]
addopts = "--mypy"
Expand Down
2 changes: 0 additions & 2 deletions caimira/setup.cfg

This file was deleted.

2 changes: 1 addition & 1 deletion cern_caimira/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "cern-caimira"
version = "4.17.5"
version = "4.17.6"
description = "CAiMIRA - CERN Airborne Model for Indoor Risk Assessment"
license = { text = "Apache-2.0" }
authors = [
Expand Down

0 comments on commit c57fd94

Please sign in to comment.