Changed MANIFEST.in to match *_test?.atr* automatically

This commit is contained in:
Rob McMullen 2018-06-28 10:35:12 -07:00
parent dc4a0a8418
commit cdac32238e
1 changed files with 2 additions and 6 deletions

View File

@ -2,12 +2,8 @@ include LICENSE
include README.rst include README.rst
recursive-include scripts * recursive-include scripts *
include atrcopy/templates/* include atrcopy/templates/*
include test_data/dos*atr include test_data/*_test?.atr
include test_data/sd*atr include test_data/*_test?.atr.*
include test_data/container*gz
include test_data/container*bz2
include test_data/container*xz
include test_data/container*dcm
include test_data/*.xex include test_data/*.xex
include test_data/rebuild.sh include test_data/rebuild.sh
include test_data/create_binary.py include test_data/create_binary.py