Skip to content

Commit

Permalink
updated pyproject.toml + urls
Browse files Browse the repository at this point in the history
  • Loading branch information
TimBerberich committed Sep 15, 2023
1 parent 706b9bf commit 1ba993a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ dynamic = ["version"]
#dynamic = ["version"]

#description = "Python framework for Fluctuation X-ray Scattering techniques, including the MTIP phasing algorithm"
description = "Python framework for the creation of scientific algorithms targeting X-ray science."
description = "A framework for scientific algorithms targeting X-ray scattering"
#keywords = ["Fluctuation X-ray Scattering", "Phasing algorithms", "inverse problems", "MTIP"]
keywords = ["Scientific algorithms"]
keywords = ["scientific computing","xray","FXS","physics"]
readme = "README.md"
authors = [
{email = "[email protected]"},
]

classifiers = [
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)",
"License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)",
"Programming Language :: Python :: 3",
]
dependencies = [
Expand All @@ -26,6 +26,9 @@ dependencies = [
]
requires-python = ">=3.8"

[project.urls]
"Homepage" = "https://github.com/European-XFEL/xFrame"
"Documentation" = "https://xframe-fxs.readthedocs.io"

[project.optional-dependencies]
fxs = [
Expand Down

0 comments on commit 1ba993a

Please sign in to comment.