Skip to content

Commit 212c3e0

Browse files
authored
Merge pull request diffpy#91 from bobleesj/pip
Add PyPI packages under pip.txt
2 parents 276ed6e + 68d3ba8 commit 212c3e0

File tree

6 files changed

+30
-5
lines changed

6 files changed

+30
-5
lines changed

news/pip.rst

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
**Added:**
2+
3+
* <news item>
4+
5+
**Changed:**
6+
7+
* <news item>
8+
9+
**Deprecated:**
10+
11+
* <news item>
12+
13+
**Removed:**
14+
15+
* <news item>
16+
17+
**Fixed:**
18+
19+
* add PyPI packages under pip.txt
20+
21+
**Security:**
22+
23+
* <news item>

news/recut.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
**Fixed:**
1818

19-
* Re-cookiecutter to group's package standard
19+
* re-cookiecutter to group's package standard
2020

2121
**Security:**
2222

news/tests-dir.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616

1717
**Fixed:**
1818

19-
* Moved the tests directory from src to the root using conftest.py.
20-
* Fixed a circular import bug during " pip install ." in GitHub CI.
21-
* Renamed .py files under tests to snake_case.
19+
* moved the tests directory from src to the root using conftest.py.
20+
* fixed a circular import bug during " pip install ." in GitHub CI.
21+
* renamed .py files under tests to snake_case.
2222

2323
**Security:**
2424

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ exclude = [] # exclude packages matching these glob patterns (empty by default)
4949
namespaces = false # to disable scanning PEP 420 namespaces (true by default)
5050

5151
[tool.setuptools.dynamic]
52-
dependencies = {file = ["requirements/run.txt"]}
52+
dependencies = {file = ["requirements/pip.txt"]}
5353

5454
[tool.black]
5555
line-length = 115
File renamed without changes.

requirements/pip.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
diffpy.structure
2+
six

0 commit comments

Comments
 (0)