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 (5 lines) | stat: -rw-r--r-- 120 bytes parent folder | download | duplicates (50)
1
2
3
4
5
from os.path import join


def get_package_data():
    return {'astropy_helpers.commands': [join('src', 'compiler.c')]}