hoffmangroup / genomedata

The Genomedata format for storing large-scale functional genomics data.
https://genomedata.hoffmanlab.org/
GNU General Public License v2.0
2 stars 1 forks source link

Genomedata should have a wheel distribution #36

Open EricR86 opened 7 years ago

EricR86 commented 7 years ago

Original report (archived issue) by Eric Roberts (Bitbucket: ericr86, GitHub: ericr86).


This will remove the dependency of requiring the c portions of the code to be compiled. Targeting linux-x64 should be sufficient for the majority of systems.

EricR86 commented 7 years ago

Original comment by Eric Roberts (Bitbucket: ericr86, GitHub: ericr86).


Also notably setup.py should move over to setuptools as recommended in the Python Packaging User Guide