Skip to content

Commit aa9db5e

Browse files
authored
Cleanup root (#221)
* delete unused requirements.txt * delete unused setup.py (see more) As per sunpy docs (https://docs.sunpy.org/projects/package-template/en/latest/minimal.html#setup-py), "It is no longer necessary to include a setup.py file in your project, unless you are building C extensions in your code. However, it can increase compatibility with old versions of pip and other packaging tools." * pyproject: add dev target * changelog
1 parent 59a6472 commit aa9db5e

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

changelog/221.trivial.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Remove unused files from root directory; add `dev` target to pyproject

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ docs = [
4848
"sphinx-changelog",
4949
"sphinx-gallery",
5050
]
51+
dev = [
52+
"sunkit-spex[docs,tests]",
53+
"tox"
54+
]
5155

5256
[project.urls]
5357
Homepage = "https://sunkit-spex.readthedocs.io"

requirements.txt

Whitespace-only changes.

setup.py

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)