Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions news/pip.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
**Added:**

* <news item>

**Changed:**

* <news item>

**Deprecated:**

* <news item>

**Removed:**

* <news item>

**Fixed:**

* add PyPI packages under pip.txt

**Security:**

* <news item>
2 changes: 1 addition & 1 deletion news/recut.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

**Fixed:**

* Re-cookiecutter to group's package standard
* re-cookiecutter to group's package standard

**Security:**

Expand Down
6 changes: 3 additions & 3 deletions news/tests-dir.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@

**Fixed:**

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

**Security:**

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ exclude = [] # exclude packages matching these glob patterns (empty by default)
namespaces = false # to disable scanning PEP 420 namespaces (true by default)

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

[tool.black]
line-length = 115
Expand Down
File renamed without changes.
2 changes: 2 additions & 0 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
diffpy.structure
six