Fix missing requirements.txt in package

This commit is contained in:
Lucas Verney 2016-02-10 14:37:47 +01:00
rodič c785e04589
revize 0ae4894360
2 změnil soubory, kde provedl 2 přidání a 1 odebrání

1
MANIFEST.in Normal file
Zobrazit soubor

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

Zobrazit soubor

@ -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",