Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,6 @@ everyone to adhere to it, just make sure you do as well.

## Change Log

* 0.1.2: Fix problem with versioning
* 0.1.1: Fix sqlalchemy deprecation warning, docstrings
* 0.1.0: Initial release
1 change: 1 addition & 0 deletions docs/README_pypi.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@ pip install ppf.jabref

## Change Log

* 0.1.2: Fix problem with versioning
* 0.1.1: Fix sqlalchemy deprecation warning, docstrings
* 0.1.0: Initial release
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[build-system]
requires = ["setuptools", "setuptools-scm"]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
version_scheme = "no-guess-dev"
2 changes: 0 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[metadata]
name = ppf-jabref
version = 0.1.0
description = Python tools to work with JabRef libraries
long_description = file: docs/README_pypi.md
long_description_content_type = text/markdown
Expand All @@ -12,7 +11,6 @@ classifiers =
Intended Audience :: Developers
Intended Audience :: Science/Research
Topic :: Utilities
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
Operating System :: OS Independent
keywords = jabref, python, sqlalchemy
Expand Down