-
Notifications
You must be signed in to change notification settings - Fork 9
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 #3 from idaholab/README-update
Readme update for github release
- Loading branch information
Showing
4 changed files
with
17 additions
and
12 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
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 |
---|---|---|
|
@@ -14,14 +14,14 @@ authors = [ | |
{name = "Travis Labossiere-Hickman", email = "[email protected]"}, | ||
{name = "Brenna Carbno"} | ||
] | ||
keywords = ["MCNP", "neutronics", "imcnp", "input file", "monte carlo"] | ||
keywords = ["MCNP", "neutronics", "imcnp", "input file", "monte carlo", "radiation transport"] | ||
license = {file="LICENSE"} | ||
classifiers = [ | ||
"Development Status :: 4 - Beta", | ||
"Programming Language :: Python :: 3 :: Only", | ||
"Intended Audience :: Science/Research", | ||
"Intended Audience :: Developers", | ||
# "License :: OSI Approved :: MIT License", | ||
"License :: OSI Approved :: MIT License", | ||
"Natural Language :: English", | ||
"Operating System :: OS Independent", | ||
"Topic :: Scientific/Engineering :: Physics", | ||
|
@@ -39,8 +39,10 @@ test = ["coverage", "pytest"] | |
doc = ["sphinx", "sphinxcontrib-apidoc", "sphinx_rtd_theme"] | ||
|
||
[project.urls] | ||
Homepage = "https://github.com/idaholab/montepy" | ||
Homepage = "https://idaholab.github.io/MontePy/index.html" | ||
Repository = "https://github.com/idaholab/montepy.git" | ||
Documentation = "https://idaholab.github.io/MontePy/index.html" | ||
"Bug Tracker" = "https://github.com/idaholab/MontePy/issues" | ||
|
||
[build-system] | ||
requires = ["setuptools >= 61.0.0"] | ||
|