run pre-commit, add licenses
This commit is contained in:
parent
2a656a1f0d
commit
484f3fae24
5 changed files with 19 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
# SPDX-FileCopyrightText: 2024 Jev Kuznetsov, written for Adafruit Industries
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
FROM python:3-slim
|
||||
|
||||
ARG USERNAME=dev
|
||||
|
|
|
|||
3
.devcontainer/devcontainer.json.license
Normal file
3
.devcontainer/devcontainer.json.license
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# SPDX-FileCopyrightText: 2024 Jev Kuznetsov, written for Adafruit Industries
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
|
@ -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.
|
||||
|
||||
|
||||
|
|
|
|||
3
.devcontainer/requirements.txt.license
Normal file
3
.devcontainer/requirements.txt.license
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# SPDX-FileCopyrightText: 2024 Jev Kuznetsov, written for Adafruit Industries
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue