diff options
| author | Dimitri Staessens <dimitri@ouroboros.rocks> | 2026-03-07 22:46:56 +0100 |
|---|---|---|
| committer | Dimitri Staessens <dimitri@ouroboros.rocks> | 2026-03-08 14:24:30 +0100 |
| commit | 7d043001b956fb80116cf8eedcca1d5aaf2edbd4 (patch) | |
| tree | d2f925b1f3085cabd0256949a454d15075a8dde8 /ouroboros/__init__.py | |
| parent | 7a4c37e8b673328dda59cec11ab9dce66c22a312 (diff) | |
| download | pyouroboros-7d043001b956fb80116cf8eedcca1d5aaf2edbd4.tar.gz pyouroboros-7d043001b956fb80116cf8eedcca1d5aaf2edbd4.zip | |
Replace setup.py metadata with pyproject.toml and derive version from
git tags with setuptools-scm. Adds git archive support for
setuptools-scm version detection.
Diffstat (limited to 'ouroboros/__init__.py')
| -rw-r--r-- | ouroboros/__init__.py | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/ouroboros/__init__.py b/ouroboros/__init__.py new file mode 100644 index 0000000..6034f7d --- /dev/null +++ b/ouroboros/__init__.py @@ -0,0 +1,21 @@ +# +# Ouroboros - Copyright (C) 2016 - 2026 +# +# Python API for Ouroboros +# +# Dimitri Staessens <dimitri@ouroboros.rocks> +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public License +# version 2.1 as published by the Free Software Foundation. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., http://www.fsf.org/about/contact/. +# + |
