Skip to content

Commit 9511b1e

Browse files
committed
moving things around to make it more like diffpy.utils
1 parent 8d5242b commit 9511b1e

File tree

12 files changed

+8
-2
lines changed

12 files changed

+8
-2
lines changed

environment.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
name: diffpy.labpdfproc
2+
channels:
3+
- conda-forge
4+
dependencies:
5+
- python=3
6+
- pip

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools>=62.0", "setuptools-git-versioning<2"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = "diffpy.utils"
6+
name = "diffpy.labpdfproc"
77
dynamic=['version']
88
authors = [
99
{ name="Simon J.L. Billinge group", email="[email protected]" },
@@ -42,7 +42,7 @@ dev_template = "{tag}"
4242
dirty_template = "{tag}"
4343

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

0 commit comments

Comments
 (0)