Fix missing requirements.txt in package

Este commit está contenido en:
Lucas Verney 2016-02-10 14:37:47 +01:00
padre c785e04589
commit 0ae4894360
Se han modificado 2 ficheros con 2 adiciones y 1 borrados

1
MANIFEST.in Archivo normal
Ver fichero

@ -0,0 +1 @@
include requirements.txt

Ver fichero

@ -7,7 +7,7 @@ __valid_identifiers__ = []
from . import bibtex, doi, fetcher, isbn # noqa
from . import citations, papers, repositories # noqa
__version__ = "0.1.1"
__version__ = "0.1.2"
__all__ = [
"bibtex", "doi", "fetcher", "isbn",