Skip to content

Commit

Permalink
chore: add boavizta contact
Browse files Browse the repository at this point in the history
  • Loading branch information
bdromard committed Oct 16, 2024
1 parent 5131d70 commit 017d248
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
FROM python:3.10-slim

LABEL org.opencontainers.image.authors="bpetit@hubblo.org"
LABEL org.opencontainers.image.authors="open-source@boavizta.org"
LABEL org.opencontainers.image.description="Docker image for Boagent, a local API & environmental impact monitoring tool."
LABEL org.opencontainers.image.licenses=Apache-2.0

WORKDIR /home/boagent

Expand Down
4 changes: 2 additions & 2 deletions boagent/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
Monitoring agent/framework for evaluating the environmental impacts of a machine and its applications, including several to all steps of the life cycle of the machine and service, plus multiple criterias of impacts (not just CO2eq metrics / Global Warming Potential). Part of the efforts of https://boavizta.org/en and https://sdialliance.org/.
"""

__version__ = "0.0.9"
__author__ = "Benoit Petit <bpetit@hubblo.org>"
__version__ = "0.1.0"
__author__ = "Boavizta <open-source@boavizta.org>"
__credits__ = "Boavizta contributors"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "boagent"
version = "0.9.0"
description = "Local API to collect and compute data on used device and running applications to give insight on their environmental impacts."
authors = []
authors = ["Boavizta <open-source@boavizta.org>"]
license = "Apache-2.0"
readme = "README.md"
package-mode = false
Expand Down

0 comments on commit 017d248

Please # to comment.