1
0

Remember python version and license
Some checks failed
Python Package / Package (push) Failing after 23s

This commit is contained in:
Jon Michael Aanes 2024-04-08 13:52:28 +02:00
parent 9946e593bd
commit 3f564b9ac7
2 changed files with 3 additions and 0 deletions

View File

@ -1 +1,2 @@
enforce_typing enforce_typing
frozendict

View File

@ -44,4 +44,6 @@ setup(
extras_require={ extras_require={
'test': read_requirements('requirements_test.txt'), 'test': read_requirements('requirements_test.txt'),
}, },
license="MIT",
python_requires=">=3.9",
) )