Skip to content

Commit

Permalink
Merge pull request #2334 from meeseeksmachine/auto-backport-of-pr-233…
Browse files Browse the repository at this point in the history
…3-on-v3.6.x

Backport PR #2333 on branch v3.6.x (MNT: Fix setup set up)
  • Loading branch information
pllim authored Aug 2, 2023
2 parents 48decff + 851a1bb commit 15fb3f0
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 164 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
include README.rst
include CHANGES.rst
include pyproject.toml
include LICENSE.rst
include pyproject.toml

Expand Down
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,3 @@ exclude_lines = [
"pragma: py{ignore_python_version}",
"def _ipython_key_completions_",
]

[tool.build_sphinx]
edit_on_github = true
github_project = "spacetelescope/jdaviz"
158 changes: 0 additions & 158 deletions setup.cfg

This file was deleted.

2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ deps =
# TODO: Enable this when specreduce becomes stable.
#devdeps: git+https://github.com/astropy/specreduce.git

# The following indicates which extras_require from setup.cfg will be installed
# The following indicates which extras_require from pyproject.toml will be installed
extras =
test
romandeps: roman
Expand Down

0 comments on commit 15fb3f0

Please sign in to comment.