Skip to content

Commit d1f2c49

Browse files
authored
Merge pull request #11 from bobleesj/pip
Add news and add pypi packages under pip.txt
2 parents e57883c + 659172b commit d1f2c49

File tree

4 files changed

+31
-2
lines changed

4 files changed

+31
-2
lines changed

news/recut.rst

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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+
* cookiecut to group's Python package standard
20+
* add pip packages under pip.txt
21+
22+
**Security:**
23+
24+
* <news item>

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
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
h5py
22
time
33
tk
4-
matplotlib
4+
matplotlib-base
55
numpy

requirements/pip.txt

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
h5py
2+
time
3+
tk
4+
matplotlib
5+
numpy

0 commit comments

Comments
 (0)