forked from PauloRadatz/py_dss_interface
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMANIFEST.in
More file actions
29 lines (25 loc) · 674 Bytes
/
MANIFEST.in
File metadata and controls
29 lines (25 loc) · 674 Bytes
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
graft docs
graft src
graft ci
graft tests
include .bumpversion.cfg
include .coveragerc
include .cookiecutterrc
include .editorconfig
include *.ipynb
include *.txt
include *.pdf
include AUTHORS.rst
include CHANGELOG.rst
include CONTRIBUTING.rst
include LICENSE
include README.rst
include *.py
include *.dss
recursive-include src\py_dss_interface\DDLL *.dll
recursive-include src\py_dss_interface\DDLL *.exe
recursive-include src\py_dss_interface\DDLL *.so
recursive-include tests\py_dss_interface\DDLL *.dll
recursive-include tests\py_dss_interface\DDLL *.exe
include tox.ini .travis.yml .appveyor.yml .readthedocs.yml
global-exclude *.py[cod] __pycache__/* *.so *.dylib