-
Notifications
You must be signed in to change notification settings - Fork 2
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
1 parent
706b9bf
commit 1ba993a
Showing
1 changed file
with
6 additions
and
3 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 |
---|---|---|
|
@@ -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 = [ | ||
|
@@ -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 = [ | ||
|