| # Licensed under a 3-clause BSD style license - see LICENSE.rst | |
| def get_package_data(): | |
| return { | |
| 'astropy.tests': ['coveragerc'], | |
| } | |
| # Licensed under a 3-clause BSD style license - see LICENSE.rst | |
| def get_package_data(): | |
| return { | |
| 'astropy.tests': ['coveragerc'], | |
| } | |