forked from pwin/owlready2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MANIFEST.in
46 lines (40 loc) · 856 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
global-include *.py
global-include *.pyx
global-include *.txt
global-include *.owl
global-include *.rdf
global-include *.ntriples
global-include *.nt
global-include *.rst
global-include *.png
global-include *.svg
graft doc
graft test
graft hermit
graft pellet
graft locale
include ./LICENSE.txt
include ./README.rst
exclude .hg
exclude .hg/*
exclude .git
exclude .git/*
exclude .gitignore
exclude doc/examples/contraindications.py
global-exclude *.pyc
global-exclude *.pyo
global-exclude *.save
global-exclude catalog-v001.xml
global-exclude __pycache__
global-exclude test*.py
exclude test/*
include test/regtest.py
include test/bench.py
include test/Bench.java
include test/Save.java
include test/Save.class
include test/test_mixed.py
include test/test_parser.py
include test/test_quadstore_slash.sqlite3
include test/*.ntriples
include test/*.owl