Skip to content

Commit

Permalink
Merge pull request #91 from bobleesj/pip
Browse files Browse the repository at this point in the history
Add PyPI packages under pip.txt
  • Loading branch information
sbillinge authored Oct 3, 2024
2 parents 276ed6e + 68d3ba8 commit 212c3e0
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 5 deletions.
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

0 comments on commit 212c3e0

Please sign in to comment.