Skip to content

Commit 4b4a644

Browse files
committed
project script
1 parent 70ecd70 commit 4b4a644

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ maintainers = [
1414
description = "Tool for visualizing 3D diffraction and PDF Images."
1515
keywords = ['diffraction', 'pdf', 'pair distribution function', 'gui']
1616
readme = "README.rst"
17-
requires-python = ">=3.10, <3.13"
17+
requires-python = ">=3.10, <=3.13"
1818
classifiers = [
1919
'Development Status :: 5 - Production/Stable',
2020
'Environment :: Console',
@@ -32,6 +32,9 @@ classifiers = [
3232
'Topic :: Scientific/Engineering :: Chemistry',
3333
]
3434

35+
[project.scripts]
36+
fourigui = "diffpy.fourigui.fourigui:main"
37+
3538
[project.urls]
3639
Homepage = "https://github.com/diffpy/diffpy.fourigui/"
3740
Issues = "https://github.com/diffpy/diffpy.fourigui/issues/"

0 commit comments

Comments
 (0)