Skip to content

Commit

Permalink
moving things around to make it more like diffpy.utils
Browse files Browse the repository at this point in the history
  • Loading branch information
sbillinge committed Apr 6, 2024
1 parent 8d5242b commit 9511b1e
Show file tree
Hide file tree
Showing 12 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: diffpy.labpdfproc
channels:
- conda-forge
dependencies:
- python=3
- pip
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools>=62.0", "setuptools-git-versioning<2"]
build-backend = "setuptools.build_meta"

[project]
name = "diffpy.utils"
name = "diffpy.labpdfproc"
dynamic=['version']
authors = [
{ name="Simon J.L. Billinge group", email="[email protected]" },
Expand Down Expand Up @@ -42,7 +42,7 @@ dev_template = "{tag}"
dirty_template = "{tag}"

[tool.setuptools.packages.find]
where = ["diffpy"] # list of folders that contain the packages (["."] by default)
where = ["src"] # list of folders that contain the packages (["."] by default)
include = ["diffpy*"] # package names should match these glob patterns (["*"] by default)
exclude = ["diffpy.labpdfproc.tests*"] # exclude packages matching these glob patterns (empty by default)
namespaces = false # to disable scanning PEP 420 namespaces (true by default)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 9511b1e

Please sign in to comment.