Merge branch 'feature/pypi-version-release' into 'master'
PyPI version update and MANIFEST See merge request caimira/caimira!525
This commit is contained in:
commit
c57fd94431
5 changed files with 24 additions and 6 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -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
|
||||
|
|
|
|||
9
caimira/MANIFEST.in
Normal file
9
caimira/MANIFEST.in
Normal file
|
|
@ -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
|
||||
|
|
@ -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" }
|
||||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
[tool:pytest]
|
||||
addopts = --mypy
|
||||
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue