Fix setup-python

This commit is contained in:
Kristofers Solo 2023-04-23 18:36:14 +03:00
parent 88b589a611
commit 915505a1e8
3 changed files with 3 additions and 7 deletions

View File

@ -7,7 +7,7 @@ jobs:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Set up Python - name: Set up Python
uses: actions/setup_python@v2 uses: actions/setup-python@v2
with: with:
python-version: "3.10" python-version: "3.10"
- name: Install dependencies - name: Install dependencies

View File

@ -1,8 +1,8 @@
# FOSSDB # FOSSDB
[![License](https://img.shields.io/badge/license-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.en.html) [![License](https://img.shields.io/badge/license-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.en.html)
![Tests](https://github.com/kristoferssolo/FOSSDB/actions/workflows/test.yml/badge.svg) ![Django Test](https://github.com/kristoferssolo/FOSSDB/actions/workflows/test.yml/badge.svg)
![Lint](https://github.com/kristoferssolo/FOSSDB/actions/workflows/ruff.yml/badge.svg) ![Ruff](https://github.com/kristoferssolo/FOSSDB/actions/workflows/ruff.yml/badge.svg)
FOSSDB is an open-source web application that helps users find, contribute, and collaborate on free and open-source software (FOSS) projects. FOSSDB is an open-source web application that helps users find, contribute, and collaborate on free and open-source software (FOSS) projects.

View File

@ -1,7 +1,3 @@
[build-system]
requires = ["setuptools>=42.0", "wheel"]
build-backend = "setuptools.build_meta"
[tool.mypy] [tool.mypy]
check_untyped_defs = true check_untyped_defs = true
disallow_any_generics = true disallow_any_generics = true