Skip to content

Commit

Permalink
bugfix package data
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasprobst committed Oct 28, 2024
1 parent d41f7f1 commit 178fddb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .build.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
pip install --upgrade build
pip install --upgrade twine
python -m build
python -m twine upload dist/*
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "https://spdx.org/licenses/MIT",
"codeRepository": "git+https://github.com/matthiasprobst/ssnolib",
"name": "ssnolib",
"version": "1.3.0.1a2",
"version": "1.3.0.1a3",
"description": "Python library for working with the SSNO ontology. ",
"applicationCategory": "Engineering",
"programmingLanguage": [
Expand Down
6 changes: 5 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = ssnolib
version = 1.3.0.1a2
version = 1.3.0.1a3
author = Matthias Probst
author_email = [email protected]
description = SSNOlib is a Python library for working with the SSNO ontology.
Expand Down Expand Up @@ -30,6 +30,10 @@ install_requires =
requests>=2.32.3
ontolutils>=0.6.0

[options.package_data]
ssnolib =
templates/*.html

[options.extras_require]
test =
pytest >= 8.3.2
Expand Down
Empty file added ssnolib/templates/__init__.py
Empty file.

0 comments on commit 178fddb

Please sign in to comment.