Skip to content

Commit 847d45a

Browse files
authored
Merge pull request #281 from ycexiao/setup-CI
skpkg: setup CI after migrating tests, src, requirements, and .github folder
2 parents 5839102 + 9a9f4a1 commit 847d45a

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ __pycache__/
1010
.Python
1111
env/
1212
build/
13+
_build/
1314
develop-eggs/
1415
dist/
1516
downloads/

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ build-backend = "setuptools.build_meta"
66
name = "diffpy.pdfgui"
77
dynamic=['version', 'dependencies']
88
authors = [
9-
{ name="Simon J.L. Billinge group", email="[email protected]" },
9+
{ name="Simon J.L. Billinge group", email="[email protected]" },
1010
]
1111
maintainers = [
12-
{ name="Simon J.L. Billinge group", email="[email protected]" },
12+
{ name="Simon J.L. Billinge group", email="[email protected]" },
1313
]
14-
description = "GUI for PDF simulation and structure refinement."
14+
description = "Graphical user interface program for structure refinements to the atomic pair distribution function."
1515
keywords = ['PDF structure refinement GUI']
1616
readme = "README.rst"
1717
requires-python = ">=3.11, <3.14"

requirements/build.txt

Whitespace-only changes.

requirements/docs.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
sphinx
22
sphinx_rtd_theme
3+
sphinx-copybutton
34
doctr
45
m2r

0 commit comments

Comments
 (0)