forked from sherpa/sherpa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MANIFEST.in
51 lines (37 loc) · 1014 Bytes
/
MANIFEST.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
graft extern
include versioneer.py
include README.md
include COPYRIGHT
include LICENSE
include RELEASE_NOTES
include CITATION
include CONTRIBUTING.md
recursive-include helpers *.py
# Header files
recursive-include sherpa/include *.hh
# Test files
recursive-include sherpa test_*.py
include sherpa/tests/*
include sherpa/astro/datastack/tests/*
include sherpa/astro/datastack/tests/data/*
# XSPEC module sources
include sherpa/astro/xspec/src/*.cc
# Region module sources
include sherpa/astro/utils/src/_region.cc
# WCS module sources
include sherpa/astro/utils/src/_wcs.cc
# Sherpa optmethods test includes
include sherpa/optmethods/tests/tstoptfct.hh
include sherpa/optmethods/tests/tstopt.hh
# Sherpa configuration files
include sherpa/sherpa.rc
include sherpa/sherpa-standalone.rc
# Sphinx documentation
recursive-include docs *
# Quick Start Tutorial
include notebooks/SherpaQuickStart.ipynb
include sherpa/_version.py
# Tests
include pytest.ini
include test_requirements.txt
include .coveragerc