simon-anders / htseq

HTSeq is a Python library to facilitate processing and analysis of data from high-throughput sequencing (HTS) experiments.
https://htseq.readthedocs.io/en/release_0.11.1/
GNU General Public License v3.0
122 stars 77 forks source link

Move install to setup.py #18

Closed iosonofabio closed 7 years ago

iosonofabio commented 7 years ago

This PR moves to standard Python packaging guidelines:

It also introduces, in a slightly inappropriate way, more exclusions from the .gitignore (for vim, my editor of choice).

Notice that this already works on Travis.

NOTE: this does not change the way docs are built, just the code.