Skip to content

v0.1.2

Latest
Compare
Choose a tag to compare
@Alphaharrius Alphaharrius released this 10 Nov 17:37
· 1 commit to main since this release

Description

Bug fix for import errors.

Error

When importing the module in Python 3.13 or lower raised exception, caused by Generator[...] since the defaults attribute of Generator is a recently added feature.
Also the package pybtex requires setuptools but went missing on installation via pip.

Fix

Using backward-compatible syntax, setuptools were placed in the requirements.