-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
27 changed files
with
34 additions
and
26 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
include src/pynumad/software_paths.json | ||
recursive-include src/pynumad/data * |
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 |
---|---|---|
@@ -1,29 +1,38 @@ | ||
[build-system] | ||
requires = ["hatchling"] | ||
build-backend = "hatchling.build" | ||
requires = ["setuptools", "wheel"] | ||
build-backend = "setuptools.build_meta" | ||
|
||
[project] | ||
name = "pyNuMAD" | ||
description = "Numerical Manufacturing and Design Tool" | ||
readme = "README.md" | ||
version = "1.0.0" | ||
authors = [ | ||
{ name = "Kirk Bonney", email = "[email protected]" }, | ||
{name = "Kirk Bonney", email = "[email protected]"}, | ||
{name = "Ernesto Camarena", email = "[email protected]"}, | ||
{name = "Evan Anderson", email = "[email protected]"}, | ||
] | ||
maintainers = [ | ||
{ name = "Kirk Bonney", email = "[email protected]" }, | ||
{name = "Kirk Bonney", email = "[email protected]"}, | ||
{name = "Ernesto Camarena", email = "[email protected]"}, | ||
{name = "Evan Anderson", email = "[email protected]"}, | ||
] | ||
requires-python = ">=3.8" | ||
|
||
dependencies = [ | ||
"numpy", | ||
"scipy", | ||
"pandas", | ||
"matplotlib", | ||
"pyyaml", | ||
"plotly", | ||
"openpyxl", | ||
] | ||
"numpy", | ||
"scipy", | ||
"pandas", | ||
"matplotlib", | ||
"pyyaml", | ||
"plotly", | ||
"openpyxl", | ||
] | ||
|
||
# [project.optional-dependencies] | ||
# test = [ | ||
# "pytest >=6.0", | ||
# ] | ||
|
||
classifiers = [ | ||
"License :: OSI Approved :: BSD License", | ||
|
@@ -35,20 +44,17 @@ classifiers = [ | |
"Programming Language :: Python :: 3.12", | ||
] | ||
|
||
[project.optional-dependencies] | ||
test = [ | ||
"pytest >=6.0", | ||
] | ||
# doc = [ | ||
# "matplotlib >=2.0", | ||
# ] | ||
[project.urls] | ||
Homepage = "https://github.com/sandialabs/pynumad" | ||
Documentation = "https://sandialabs.github.io/pyNuMAD/" | ||
"Bug Tracker" = "https://github.com/sandialabs/pyNuMAD/issues" | ||
Changelog = "https://sandialabs.github.io/pyNuMAD/release-notes.html" | ||
|
||
[tool.black] | ||
line-length = 140 | ||
|
||
[project.urls] | ||
Homepage = "https://github.com/sandialabs/pynumad" | ||
# Documentation = "https://package.readthedocs.io/" | ||
# "Bug Tracker" = "https://github.com/organization/package/issues" | ||
# Discussions = "https://github.com/organization/package/discussions" | ||
# Changelog = "https://package.readthedocs.io/en/latest/changelog.html" | ||
[tool.setuptools] | ||
include-package-data = true | ||
|
||
[tool.setuptools.packages.find] | ||
where = ["src"] |
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.
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