Skip to content

Commit 0839c1c

Browse files
Merge pull request #7 from adrianschlatter/develop
fix versioning problem
2 parents 241364d + f6faf5e commit 0839c1c

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

docs/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,6 @@ everyone to adhere to it, just make sure you do as well.
100100

101101
## Change Log
102102

103+
* 0.1.2: Fix problem with versioning
103104
* 0.1.1: Fix sqlalchemy deprecation warning, docstrings
104105
* 0.1.0: Initial release

docs/README_pypi.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,6 @@ pip install ppf.jabref
5555

5656
## Change Log
5757

58+
* 0.1.2: Fix problem with versioning
5859
* 0.1.1: Fix sqlalchemy deprecation warning, docstrings
5960
* 0.1.0: Initial release

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[build-system]
22
requires = ["setuptools", "setuptools-scm"]
33
build-backend = "setuptools.build_meta"
4+
5+
[tool.setuptools_scm]
6+
version_scheme = "no-guess-dev"

setup.cfg

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[metadata]
22
name = ppf-jabref
3-
version = 0.1.0
43
description = Python tools to work with JabRef libraries
54
long_description = file: docs/README_pypi.md
65
long_description_content_type = text/markdown
@@ -12,7 +11,6 @@ classifiers =
1211
Intended Audience :: Developers
1312
Intended Audience :: Science/Research
1413
Topic :: Utilities
15-
License :: OSI Approved :: MIT License
1614
Programming Language :: Python :: 3
1715
Operating System :: OS Independent
1816
keywords = jabref, python, sqlalchemy

0 commit comments

Comments
 (0)