https://github.com/astropy/astropy
Raw File
Tip revision: 9a3c71522bf5a177ea3b4f0bb6aea551803f07d4 authored by P. L. Lim on 04 April 2024, 22:44:35 UTC
Merge pull request #16274 from maxnoe/fix_list
Tip revision: 9a3c715
MANIFEST.in
# This subpckage is only used in development checkouts and should not be
# included in built tarballs
prune astropy/_dev

prune docs/_build
prune build

global-exclude *.pyc *.o
back to top