Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading