diff --git a/README.md b/README.md index 4d38c01..1ce8342 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Kristofers Solo website Portfolio build using [django](https://www.djangoproject.com/). - +  ## Development server Install packages from `requirements.txt`. diff --git a/pyproject.toml b/pyproject.toml index d24d060..52ba71b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,19 @@ +[project] +name = "kristofersxyz" +version = "0.1.0" +description = "Portfolio build using django." +authors = [{ name = "Kristofers Solo", email = "dev@kristofers.xyz" }] +readme = "README.md" +requires-python = ">=3.10" +license = { text = "GPLv3" } +classifiers = [ + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3:10", + "Programming Language :: Python :: 3:11", + "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", +] + + [tool.mypy] check_untyped_defs = true disallow_any_generics = true diff --git a/src/templates/layout.html b/src/templates/layout.html index f7f38d6..fbca728 100644 --- a/src/templates/layout.html +++ b/src/templates/layout.html @@ -2,29 +2,29 @@
- - - + + + + rel="stylesheet" />