Skip to content

Commit

Permalink
Create pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbuche authored Nov 11, 2024
1 parent f2c305d commit 674fe0d
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
[project]
name = "pCubit"
description = "Placement of particles/pores using Cubit."
authors = [
{email = "[email protected]"},
{name = "Michael R. Buche"}
]
dependencies = [
"matplotlib",
"numpy",
"scipy",
]
classifiers = [
'License :: OSI Approved :: BSD License',
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Science/Research',
'Topic :: Scientific/Engineering',
'Programming Language :: Python',
]

[project.urls]
Documentation = "https://pcubit.readthedocs.io"
Homepage = "https://sandialabs.github.io/pCubit"
Repository = "https://github.com/sandialabs/pCubit"

0 comments on commit 674fe0d

Please sign in to comment.