Skip to content

Commit

Permalink
more shields and classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
HDembinski committed May 8, 2021
1 parent 831bd66 commit 4fb7458
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
@@ -1,6 +1,8 @@
# autobib

![PyPI](https://img.shields.io/pypi/v/autobib)
![PyPI - License](https://img.shields.io/pypi/l/autobib)
![PyPI - Status](https://img.shields.io/pypi/status/autobib)

`autobib` automatically fetches BibTeX entries from online databases (currently restricted to Inspire) based on references that were added to the LaTeX document but not yet to the `.bib` file. The automatically fetched entries are appended to the first `.bib` file defined in your LaTeX source (first entry of `\bibliography{...}`). For this to work, the cite key has to be a key used by the online database.

Expand Down
2 changes: 1 addition & 1 deletion autobib/__init__.py
@@ -1,4 +1,4 @@
__version__ = "0.3.1"
__version__ = "0.3.2"


def main() -> int:
Expand Down
8 changes: 8 additions & 0 deletions setup.cfg
Expand Up @@ -13,6 +13,14 @@ classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Development Status :: 4 - Beta
Environment :: Console
Environment :: MacOS X
Operating System :: MacOS
Operating System :: POSIX
Operating System :: Unix
Topic :: Scientific/Engineering
Topic :: Text Processing :: Markup :: LaTeX

[options]
packages = autobib
Expand Down

0 comments on commit 4fb7458

Please sign in to comment.