katholt / srst2

Short Read Sequence Typing for Bacterial Pathogens
Other
123 stars 65 forks source link

MANIFEST.in does not include the data folder #70

Closed andersgs closed 3 years ago

andersgs commented 7 years ago

The MANIFEST.in file does not graft the data folder, so it does not get installed when running:

pip install git+https://github.com/katholt/srst2

Just add the following line to MANIFEST.in: graft data

You might want to do the same for tests and database-clustering.

Cheers. A.