Skip to content

Commit

Permalink
feat(ci): Add project folder for pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
cpvannier committed Feb 27, 2024
1 parent 6afbf2c commit 5174537
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 1 deletion.
12 changes: 12 additions & 0 deletions pixano_documentation/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @Copyright: CEA-LIST/DIASI/SIALV/LVA (2023)
# @Author: CEA-LIST/DIASI/SIALV/LVA <[email protected]>
# @License: CECILL-C
#
# This software is a collaborative computer program whose purpose is to
# generate and explore labeled data for computer vision applications.
# This software is governed by the CeCILL-C license under French law and
# abiding by the rules of distribution of free software. You can use,
# modify and/ or redistribute the software under the terms of the CeCILL-C
# license as circulated by CEA, CNRS and INRIA at the following URL
#
# http://www.cecill.info
14 changes: 14 additions & 0 deletions pixano_documentation/__version__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# @Copyright: CEA-LIST/DIASI/SIALV/LVA (2023)
# @Author: CEA-LIST/DIASI/SIALV/LVA <[email protected]>
# @License: CECILL-C
#
# This software is a collaborative computer program whose purpose is to
# generate and explore labeled data for computer vision applications.
# This software is governed by the CeCILL-C license under French law and
# abiding by the rules of distribution of free software. You can use,
# modify and/ or redistribute the software under the terms of the CeCILL-C
# license as circulated by CEA, CNRS and INRIA at the following URL
#
# http://www.cecill.info

__version__ = "1.0.0"
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "pixano-documentation"
version = "1.0.0"
dynamic = ["version"]
description = 'Documentation website for Pixano'
readme = "README.md"
requires-python = "~=3.10"
Expand Down Expand Up @@ -33,3 +33,6 @@ dependencies = [
Documentation = "https://github.com/pixano/pixano.github.io#readme"
Issues = "https://github.com/pixano/pixano.github.io/issues"
Source = "https://github.com/pixano/pixano.github.io"

[tool.hatch.version]
path = "pixano_documentation/__version__.py"

0 comments on commit 5174537

Please sign in to comment.