-
Notifications
You must be signed in to change notification settings - Fork 23
/
MANIFEST.in
49 lines (36 loc) · 828 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
# -*- shell-script -*- for emacs
# Support.
include VERSION
include MANIFEST.in ChangeLog.html
include Makefile
include LICENSE README COPYING
include TODO
include doc/*
recursive-include noaadata Makefile *.py *.xml
include nmea/*.py
# extra stuff in ais:
include ais/*.xsl
include ais/*.xml
include ais/*.wx.py
include ais/Makefile
include ais/*/*.xml
include ais/*/*.html
include ais/*/*.wx.py
include ais/*/Makefile
# St. Lawrence Seaway messages
include ais/sls/*.xml
# River Information System in Europe
include ais/ris/*.xml
# Documentation and testing
include test/* ais/test/*
include ChangeLog.html
# Scripts
include *.bash */*.bash
include *.py
include scripts/*
include init.d/*
include data/*
# Extra stuff. Less polished and project specific
include scraps/*
include aisutils/*.py
include test/*