diff --git a/docs/README.md b/docs/README.md index 2e4652c..2aafcb5 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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 diff --git a/docs/README_pypi.md b/docs/README_pypi.md index b7a885a..96ada92 100644 --- a/docs/README_pypi.md +++ b/docs/README_pypi.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 8fd8d67..7af1de2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,6 @@ [build-system] requires = ["setuptools", "setuptools-scm"] build-backend = "setuptools.build_meta" + +[tool.setuptools_scm] +version_scheme = "no-guess-dev" diff --git a/setup.cfg b/setup.cfg index 7026971..7ce55ae 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 @@ -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