Skip to content

Commit 330df9a

Browse files
committed
Remove vestigial remnants of setup.cfg
1 parent 05ba0f9 commit 330df9a

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

MANIFEST.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
include README.rst
22
include CHANGES.rst
3-
include setup.cfg
43
include LICENSE.rst
54
include pyproject.toml
65

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ deps =
7474
devdeps: git+https://github.com/astropy/astroquery.git#egg=astroquery
7575
devdeps,mpldev: matplotlib>=0.0.dev0
7676

77-
# The following indicates which extras_require from setup.cfg will be installed
77+
# The following indicates which extras_require from pyproject.toml will be installed
7878
extras =
7979
test: test
8080
alldeps: all
@@ -83,7 +83,7 @@ commands =
8383
pip freeze
8484

8585
!cov: pytest --pyargs sbpy {toxinidir}/docs {env:MPLFLAGS} {posargs}
86-
cov: pytest --pyargs sbpy {env:MPLFLAGS} --cov sbpy --cov-config={toxinidir}/setup.cfg {posargs}
86+
cov: pytest --pyargs sbpy {env:MPLFLAGS} --cov sbpy {posargs}
8787
cov: coverage xml -o {toxinidir}/coverage.xml
8888

8989
[testenv:build_docs]
@@ -106,7 +106,7 @@ commands =
106106
sphinx-build -W -b linkcheck . _build/html --keep-going
107107

108108
[testenv:codestyle]
109-
# We list the warnings/errors to check for here rather than in setup.cfg because
109+
# We list the warnings/errors to check for here rather than in pyproject.toml because
110110
# we don't want these options to apply whenever anyone calls flake8 from the
111111
# command-line or their code editor - in this case all warnings/errors should be
112112
# checked for. The warnings/errors we check for here are:

0 commit comments

Comments
 (0)