~ubuntu-branches/debian/sid/python-feather-format/sid

« back to all changes in this revision

Viewing changes to MANIFEST.in

  • Committer: Package Import Robot
  • Author(s): ChangZhuo Chen (陳昌倬)
  • Date: 2016-03-30 19:01:30 UTC
  • Revision ID: package-import@ubuntu.com-20160330190130-b7o770i7o2drepi1
Tags: upstream-0.1.0
Import upstream version 0.1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include MANIFEST.in
 
2
include ../LICENSE.txt
 
3
include README.md
 
4
include setup.py
 
5
include requirements.txt
 
6
 
 
7
graft feather
 
8
graft src
 
9
 
 
10
global-exclude *.so
 
11
global-exclude *.pyc
 
12
global-exclude *~
 
13
global-exclude \#*
 
14
global-exclude .git*
 
15
global-exclude .DS_Store