Commit 4937ccd
clean up project root (#370)
* do not need pylintrc since we have ruff
* simplify project build and package installation from setup.py to pyproject, including the versioning using __version__ attribute
* remove .txt files from rtd and gitpod
* rename experimental -> extras
* Adjustment to requirements
* remove __all__
* Adjust setup.py
* Add numpy to build-system requires
* remove requirements.txt
* Read dynamic version from text file
* Delete .gitattributes
* Move `conftest.py` to tests folder
* Simplify setup.py
* Switch to `hatchling` based build
* Include tests in sdist
Co-authored-by: Ben Mares <[email protected]>
* Build project with `hatch` in `pypi.yml`
* Back to build in the pypi CI
* Add `__version__` to `__init__.py`
* Add Python 3.13 classifier
* Add missing histogram and dask_histogram extras
---------
Co-authored-by: Jesse Grabowski <[email protected]>
Co-authored-by: Jesse Grabowski <[email protected]>
Co-authored-by: Ben Mares <[email protected]>1 parent f2656f5 commit 4937ccd
File tree
16 files changed
+98
-525
lines changed- pymc_extras
- tests
16 files changed
+98
-525
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | 29 | | |
This file was deleted.
0 commit comments