File: setup_package.py

package info (click to toggle)
python-astropy-helpers 1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 756 kB
  • ctags: 698
  • sloc: python: 5,929; ansic: 88; makefile: 11
file content (11 lines) | stat: -rw-r--r-- 325 bytes parent folder | download | duplicates (17)
1
2
3
4
5
6
7
8
9
10
11
# Licensed under a 3-clause BSD style license - see LICENSE.rst


def get_package_data():
    # Install the theme files
    return {
        'astropy_helpers.sphinx': [
            'ext/templates/*/*',
            'local/*.inv',
            'themes/bootstrap-astropy/*.*',
            'themes/bootstrap-astropy/static/*.*']}