run pre-commit, add licenses

This commit is contained in:
Jev 2024-05-06 00:25:58 +02:00
parent 2a656a1f0d
commit 484f3fae24
5 changed files with 19 additions and 1 deletions

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 Jev Kuznetsov, written for Adafruit Industries
#
# SPDX-License-Identifier: MIT
FROM python:3-slim
ARG USERNAME=dev

View file

@ -0,0 +1,3 @@
# SPDX-FileCopyrightText: 2024 Jev Kuznetsov, written for Adafruit Industries
#
# SPDX-License-Identifier: MIT

View file

@ -1,5 +1,10 @@
#!/bin/bash
# SPDX-FileCopyrightText: 2024 Jev Kuznetsov, written for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# this script prepares the host for the devcontainer.

View file

@ -0,0 +1,3 @@
# SPDX-FileCopyrightText: 2024 Jev Kuznetsov, written for Adafruit Industries
#
# SPDX-License-Identifier: MIT

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 Jev Kuznetsov, written for Adafruit Industries
#
# SPDX-License-Identifier: MIT
[build-system]
requires = ["setuptools>=61.0", "setuptools-scm"]
build-backend = "setuptools.build_meta"
@ -67,4 +71,3 @@ homepage = "https://github.com/adafruit/circup"
[tool.setuptools.packages.find]
where = ["."] # This tells setuptools to look in the project root directory
include = ["circup"] # This pattern includes your main package and any sub-packages within it