Skip to content

Commit 5eb41ed

Browse files
CHANGELOG.rst, pyproject.toml
1 parent 54bc0e2 commit 5eb41ed

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,20 @@ Release Notes
33
=============
44

55
.. current developments
6+
7+
0.1.1
8+
=====
9+
10+
11+
12+
0.1.1
13+
=====
14+
15+
16+
17+
0.1.0
18+
=====
19+
20+
21+
22+
Initial release of labPDFproc. Please see README and documentation for details

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ labpdfproc = "diffpy.labpdfproc.labpdfprocapp:main"
4848
[tool.setuptools.packages.find]
4949
where = ["src"] # list of folders that contain the packages (["."] by default)
5050
include = ["*"] # package names should match these glob patterns (["*"] by default)
51-
exclude = [] # exclude packages matching these glob patterns (empty by default)
52-
namespaces = false # to disable scanning PEP 420 namespaces (true by default)
51+
exclude = ["diffpy.labpdfproc.tests*"] # exclude packages matching these glob patterns (empty by default)namespaces = false # to disable scanning PEP 420 namespaces (true by default)
5352

5453
[tool.setuptools.dynamic]
5554
dependencies = {file = ["requirements/run.txt"]}

0 commit comments

Comments
 (0)