Skip to content

Commit

Permalink
Update to implicit namespace package (#563)
Browse files Browse the repository at this point in the history
* update to implicit namespace package

* add to release notes
  • Loading branch information
anissa111 committed Feb 27, 2024
1 parent 5f690f5 commit 9a302c1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
5 changes: 5 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ include README.md
recursive-include geocat *.py
recursive-exclude * __pycache__
recursive-exclude * *.py[co]
exclude .gitignore
exclude .pre-commit-config.yaml
exclude .readthedocs.yml

include *.md
include *.toml
Expand All @@ -14,3 +17,5 @@ prune ci*
prune .github*
prune .circleci*
prune docs*
prune benchmarks*
prune build_envs*
1 change: 1 addition & 0 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Internal Changes
* Python 3.12 Support by `Cora Schneck`_ in (:pr:`548`)
* Temporarily pin ASV to ``<0.6.2`` by `Anissa Zacharias`_ in (:pr:`556`)
* Added ``linkcheck_ignore`` to ``docs/conf.py`` to address erroneous failures `Anissa Zacharias`_ in (:pr:`559`)
* Convert to implicit namespace packaging set up by `Anissa Zacharias`_ in (:pr:`563`)


v2024.01.0 (January 30, 2023)
Expand Down
1 change: 0 additions & 1 deletion geocat/__init__.py

This file was deleted.

8 changes: 5 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ classifiers =
zip_safe = False
include_package_data = True
python_requires = >=3.9, <3.13
packages =
geocat
geocat.comp
packages = find_namespace:
setup_requires =
setuptools_scm
setuptools
Expand All @@ -48,6 +46,10 @@ tests_require =
netcdf4
geocat-datafiles

[options.packages.find]
where = .
include = geocat.*

[options.extras_require]
docs =
ipykernel
Expand Down

0 comments on commit 9a302c1

Please sign in to comment.