Codebase list fastaq / efedc1a
Trying to mangle the filename of the pristine tarball. The git project has a uppercase F and this is breaking the build process Jorge Soares 9 years ago
2 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
00 version=3
1
1 opts=filenamemangle=s/F(.*)/f$1/ \
22 https://github.com/sanger-pathogens/Fastaq/tags \
33 /sanger-pathogens/Fastaq/archive/([.\d]+)\.tar\.gz
1212 packages = find_packages(),
1313 author='Martin Hunt',
1414 author_email='mh12@sanger.ac.uk',
15 url='https://github.com/martinghunt/Fastaq',
15 url='https://github.com/sanger-pathogens/Fastaq',
1616 scripts=glob.glob('scripts/*'),
1717 test_suite='nose.collector',
1818 install_requires=['nose >= 1.3'],