-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
moving things around to make it more like diffpy.utils
- Loading branch information
Showing
12 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
name: diffpy.labpdfproc | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- python=3 | ||
- pip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]" }, | ||
|
@@ -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) | ||
|
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.