File: MANIFEST.in

package info (click to toggle)
python-feather-format 0.3.1%2Bdfsg1-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 880 kB
  • sloc: cpp: 4,558; python: 495; makefile: 8
file content (15 lines) | stat: -rw-r--r-- 253 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include MANIFEST.in
include ../LICENSE.txt
include README.md
include setup.py
include requirements.txt

graft feather
graft src

global-exclude *.so
global-exclude *.pyc
global-exclude *~
global-exclude \#*
global-exclude .git*
global-exclude .DS_Store