forked from schwehr/noaadata
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMANIFEST.in
62 lines (49 loc) · 1.16 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# -*- shell-script -*- for emacs
# $Revision: 10140 $
# support:
include VERSION
include MANIFEST.in ChangeLog.html
include control.in
include noaadata-py.info.in
include Makefile
include LICENSE README COPYING
include TODO
include doc/*
include doc/*/*
include doc/data/*
include doc/templates/*
include noaadata/*.xml
include nmea/*.py
# extra stuff in ais:
include ais/*.xsl
include ais/*.xml
include ais/*.html
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
#include ais/sls/*.html
# River Information System in Europe
include ais/ris/*.xml
#include ais/ris/*.html
# Documentation and testing
#include html/* html-man/*
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/*.py scraps/*.pl scraps/gsc*.dat scraps/*.m
include scraps/*
include aisutils/*.py
include test/*
include django-ais/* django-ais/*/* django-ais/*/*/*
include geodjango/* geodjango/*/* geodjango/*/*/*