Skip to content

Commit

Permalink
Merge pull request #99 from yucongalicechen/move-tests
Browse files Browse the repository at this point in the history
Move tests folder
  • Loading branch information
sbillinge authored Sep 13, 2024
2 parents 5242805 + 79abeb8 commit adee9b2
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 71 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ include README.rst
include requirements.txt
include doc/examples/*

recursive-include src/diffpy/labpdfproc/data *
recursive-exclude * __pycache__
recursive-exclude * *.py[co]

Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ template = "{tag}"
dev_template = "{tag}"
dirty_template = "{tag}"

[project.scripts]
labpdfproc = "diffpy.labpdfproc.labpdfprocapp:main"

[tool.setuptools.packages.find]
where = ["src"] # list of folders that contain the packages (["."] by default)
include = ["*"] # package names should match these glob patterns (["*"] by default)
Expand Down
Empty file.
35 changes: 0 additions & 35 deletions src/diffpy/labpdfproc/tests/debug.py

This file was deleted.

34 changes: 0 additions & 34 deletions src/diffpy/labpdfproc/tests/run.py

This file was deleted.

2 changes: 0 additions & 2 deletions src/diffpy/labpdfproc/tests/test_example.py

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit adee9b2

Please sign in to comment.