German-BioImaging / omero-rdf

A plugin for exporting RDF from OMERO
GNU General Public License v2.0
4 stars 5 forks source link

Add missing setuptools_scm section #10

Closed joshmoore closed 3 months ago

joshmoore commented 3 months ago

Running python -m setuptools_scm on main:

Warning: could not use pyproject.toml, using default configuration.
 Reason: /opt/omero-rdf/pyproject.toml does not contain a tool.setuptools_scm section.
/Users/jamoore/micromamba/envs/omero-rdf/lib/python3.10/site-packages/setuptools_scm/_config.py:71: UserWarning: relative_to is expected to be a file, its the directory .
assuming the parent directory was passed
  warnings.warn(
0.3.0

With this change:

0.3.1.dev0+g22e9651.d20240318

Propose releasing as 0.3.1 ASAP.

joshmoore commented 3 months ago

This is intended to fix the issue seen in https://github.com/German-BioImaging/omero-rdf/pull/6#issuecomment-2001890154, namely that 0.3.0 did not get deployed to PyPI.

joshmoore commented 3 months ago

With thanks to @Prete