Skip to content

Commit 53160a4

Browse files
authored
Merge pull request #3521 from bsipocz/MAINT_remove_ah
MAINT: refactor packaging (aka remove astropy-helpers)
2 parents 0a17827 + 43cb5dc commit 53160a4

File tree

80 files changed

+208
-2206
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+208
-2206
lines changed

.github/workflows/ci_tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ jobs:
4848
toxenv: py312-test-alldeps
4949
toxargs: -v
5050

51-
- name: Windows, py311, mandatory dependencies only
51+
- name: Windows, py313, mandatory dependencies only
5252
os: windows-latest
53-
python: "3.11"
54-
toxenv: py311-test
53+
python: "3.13"
54+
toxenv: py313-test
5555
toxargs: -v
5656

5757
- name: Linux ARM, py312, all optional dependencies

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
[submodule "astropy_helpers"]
2-
path = astropy_helpers
3-
url = https://github.com/bsipocz/astropy-helpers.git

.pep8speaks.yml

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

MANIFEST.in

Lines changed: 1 addition & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,7 @@
1-
include LICENSE.rst
2-
include README.rst
3-
include CHANGES.rst
4-
include CITATION
5-
include astroquery/CITATION
6-
7-
include ah_bootstrap.py
8-
include setup.py
9-
include setup.cfg
10-
include pyproject.toml
11-
include tox.ini
12-
13-
recursive-include astroquery *.py
14-
recursive-include docs *
15-
recursive-include licenses *
1+
include astroquery/version.py
162

173
prune build
184
prune docs/_build
195
prune docs/api
206

21-
22-
# the next few stanzas are for astropy_helpers. It's derived from the
23-
# astropy_helpers/MANIFEST.in, but requires additional includes for the actual
24-
# package directory and egg-info.
25-
26-
include astropy_helpers/README.rst
27-
include astropy_helpers/CHANGES.rst
28-
include astropy_helpers/LICENSE.rst
29-
recursive-include astropy_helpers/licenses *
30-
31-
include astropy_helpers/ah_bootstrap.py
32-
33-
recursive-include astropy_helpers/astropy_helpers *.py *.c
34-
recursive-include astropy_helpers/astropy_helpers.egg-info *
35-
# include the sphinx stuff with "*" because there are css/html/rst/etc.
36-
recursive-include astropy_helpers/astropy_helpers/sphinx *
37-
38-
prune astropy_helpers/build
39-
prune astropy_helpers/astropy_helpers/tests
40-
417
global-exclude *.pyc *.o

0 commit comments

Comments
 (0)