-
Notifications
You must be signed in to change notification settings - Fork 16
/
MANIFEST.in
42 lines (42 loc) · 1.3 KB
/
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
global-exclude *.*
include .gitignore
include LICENSE
include pylintrc
include appveyor.yml
include .travis.yml
include licenses_hydpy_installer.txt
include requirements.txt
include pyproject.toml
include README.rst
include logo.ico
include make_hydpy_installer.cfgt
include *.py
include hydpy/*.py
include hydpy/py.typed
include hydpy/*/*.py
include hydpy/*/*/*.py
include hydpy/conf/*.xsd
include hydpy/conf/*.xsdt
include hydpy/conf/*.npy
include hydpy/cythons/*.pyi
include hydpy/cythons/*.pyx
include hydpy/cythons/*.pxd
include hydpy/cythons/autogen/*.pyi
include hydpy/cythons/autogen/*.pyx
include hydpy/cythons/autogen/*.pxd
include hydpy/docs/bib/*.bib
include hydpy/docs/figs/*.png
include hydpy/docs/rst/*.rst
include hydpy/docs/sphinx/_themes/basic_hydpy/*.html
include hydpy/docs/sphinx/_themes/basic_hydpy/*.html
include hydpy/docs/sphinx/_themes/basic_hydpy/*.xml
include hydpy/docs/sphinx/_themes/basic_hydpy/*.conf
include hydpy/docs/sphinx/_themes/basic_hydpy/static/*
include hydpy/docs/sphinx/_themes/basic_hydpy/changes/*.html
include hydpy/docs/sphinx/_themes/classic_hydpy/*.html
include hydpy/docs/sphinx/_themes/classic_hydpy/*.conf
include hydpy/docs/sphinx/_themes/classic_hydpy/static/*
include hydpy/tests/hydpydoctestcustomize.pth
include hydpy/tests/.coveragerc
graft hydpy/data*
global-exclude *.pyc