Fix missing requirements.txt in package
This commit is contained in:
parent
c785e04589
commit
0ae4894360
1
MANIFEST.in
Normal file
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 bibtex, doi, fetcher, isbn # noqa
|
||||||
from . import citations, papers, repositories # noqa
|
from . import citations, papers, repositories # noqa
|
||||||
|
|
||||||
__version__ = "0.1.1"
|
__version__ = "0.1.2"
|
||||||
|
|
||||||
__all__ = [
|
__all__ = [
|
||||||
"bibtex", "doi", "fetcher", "isbn",
|
"bibtex", "doi", "fetcher", "isbn",
|
||||||
|
Loading…
Reference in New Issue
Block a user