-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #921 from PMEAL/maint/pyproject.toml
- Migrated from setup.py to pyproject.toml #maint - Migrated from flat layout to the PyPA recommended src layout #maint
- Loading branch information
Showing
57 changed files
with
110 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
[project] | ||
name = "porespy" | ||
dynamic = ["version"] | ||
description = "A set of tools for analyzing 3D images of porous materials" | ||
authors = [{ name = "PoreSpy Team", email = "jgostick@gmail.com" }] | ||
maintainers = [ | ||
{ name = "Jeff Gostick", email = "jgostick@gmail.com" }, | ||
{ name = "Amin Sadeghi", email = "amin.sadeghi@live.com" }, | ||
] | ||
license = "MIT" | ||
keywords = [ | ||
"voxel images", | ||
"porous materials", | ||
"image analysis", | ||
"direct numerical simulation", | ||
] | ||
classifiers = [ | ||
"Development Status :: 5 - Production/Stable", | ||
"License :: OSI Approved :: MIT License", | ||
"Operating System :: OS Independent", | ||
"Programming Language :: Python", | ||
"Programming Language :: Python :: 3", | ||
"Topic :: Scientific/Engineering", | ||
"Topic :: Scientific/Engineering :: Physics", | ||
] | ||
dependencies = [ | ||
"dask", | ||
"deprecated", | ||
"edt", | ||
"matplotlib", | ||
"numba", | ||
"numpy", | ||
"openpnm", | ||
"pandas", | ||
"psutil", | ||
"rich", | ||
"scikit-image", | ||
"scipy", | ||
"tqdm", | ||
"pywavelets", | ||
"nanomesh", | ||
"setuptools", | ||
] | ||
readme = "README.md" | ||
requires-python = ">= 3.8" | ||
|
||
[project.urls] | ||
Homepage = "https://porespy.org" | ||
Repository = "https://github.com/PMEAL/porespy" | ||
"Bug Tracker" = "https://github.com/PMEAL/porespy/issues" | ||
Documentation = "https://porespy.org/" | ||
|
||
[build-system] | ||
requires = ["hatchling"] | ||
build-backend = "hatchling.build" | ||
|
||
[tool.rye] | ||
managed = true | ||
dev-dependencies = [ | ||
"pytest", | ||
"hatch", | ||
"numpy-stl", | ||
"pyevtk", | ||
"trimesh", | ||
"ipykernel", | ||
"pypardiso", | ||
] | ||
|
||
[tool.hatch.metadata] | ||
allow-direct-references = true | ||
|
||
[tool.hatch.version] | ||
path = "src/porespy/__version__.py" | ||
|
||
[tool.hatch.build.targets.wheel] | ||
packages = ["src/porespy"] | ||
|
||
[tool.pytest.ini_options] | ||
minversion = "6.0" | ||
addopts = "-ra -v" | ||
testpaths = ["test"] | ||
|
||
[tool.ruff] | ||
line-length = 92 |
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.