Fix missing requirements.txt in package

This commit is contained in:
Lucas Verney 2016-02-10 14:37:47 +01:00
부모 c785e04589
커밋 0ae4894360
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제

1
MANIFEST.in Normal file
파일 보기

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

파일 보기

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