From de7c0e13cffe0513e59a82d3f111064bc8fb236d Mon Sep 17 00:00:00 2001 From: Kumi Date: Sun, 9 Jan 2022 09:44:52 +0100 Subject: [PATCH] Meta changes --- .gitignore | 1 + LICENSE | 2 +- pyproject.toml | 0 setup.cfg | 6 +----- 4 files changed, 3 insertions(+), 6 deletions(-) create mode 100644 pyproject.toml diff --git a/.gitignore b/.gitignore index 9a95999..a3b80f5 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ __pycache__/ build/ dist/ *.egg-info/ +venv/ \ No newline at end of file diff --git a/LICENSE b/LICENSE index 9de488d..dcae7c0 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2021, Kumi Systems e.U. +Copyright (c) 2021-2022, Kumi Systems e.U. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..e69de29 diff --git a/setup.cfg b/setup.cfg index bad9f49..e1b1c00 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,16 +18,12 @@ classifiers = Programming Language :: Python Programming Language :: Python :: 3 Programming Language :: Python :: 3 :: Only - Programming Language :: Python :: 3.6 - Programming Language :: Python :: 3.7 - Programming Language :: Python :: 3.8 - Programming Language :: Python :: 3.9 - Programming Language :: Python :: 3.10 Topic :: Internet :: WWW/HTTP Topic :: Internet :: WWW/HTTP :: Dynamic Content [options] include_package_data = true packages = find: +python_requires = >=3.8 install_requires = django \ No newline at end of file