Meta changes

This commit is contained in:
Kumi 2022-01-09 09:44:52 +01:00
parent 21e4b195ea
commit de7c0e13cf
4 changed files with 3 additions and 6 deletions

1
.gitignore vendored
View file

@ -4,3 +4,4 @@ __pycache__/
build/ build/
dist/ dist/
*.egg-info/ *.egg-info/
venv/

View file

@ -1,4 +1,4 @@
Copyright (c) 2021, Kumi Systems e.U. Copyright (c) 2021-2022, Kumi Systems e.U. <support@kumi.systems>
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met: modification, are permitted provided that the following conditions are met:

0
pyproject.toml Normal file
View file

View file

@ -18,16 +18,12 @@ classifiers =
Programming Language :: Python Programming Language :: Python
Programming Language :: Python :: 3 Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only 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
Topic :: Internet :: WWW/HTTP :: Dynamic Content Topic :: Internet :: WWW/HTTP :: Dynamic Content
[options] [options]
include_package_data = true include_package_data = true
packages = find: packages = find:
python_requires = >=3.8
install_requires = install_requires =
django django