|
@@ -1,5 +1,5 @@
|
|
|
[build-system]
|
|
|
-requires = ["flit_core >=3.2,<4"]
|
|
|
+requires = ["flit_core >=3.9,<4"]
|
|
|
build-backend = "flit_core.buildapi"
|
|
|
|
|
|
[project]
|
|
@@ -10,7 +10,7 @@ authors = [
|
|
|
{name = "Rakshit Mittal", email = "rakshit.mittal@uantwerpen.be"},
|
|
|
]
|
|
|
readme = "README.md"
|
|
|
-requires-python = ">=3.9"
|
|
|
+requires-python = ">=3.10"
|
|
|
classifiers = [
|
|
|
"License :: OSI Approved :: MIT License",
|
|
|
"Programming Language :: Python :: 3",
|
|
@@ -47,7 +47,6 @@ dev = [
|
|
|
"flit~=3.9.0",
|
|
|
"twine~=4.0.2",
|
|
|
"vermin~=1.5.1",
|
|
|
- "numpy~=1.26.0",
|
|
|
"invoke~=2.2.0",
|
|
|
"jinja2~=3.1.2",
|
|
|
"flake8~=6.1.0",
|
|
@@ -55,4 +54,7 @@ dev = [
|
|
|
]
|
|
|
|
|
|
[project.urls]
|
|
|
-source = "https://git.rys.one/dtdesign/mocka"
|
|
|
+source = "https://git.rys.one/dtdesign/mocka"
|
|
|
+
|
|
|
+[project.scripts]
|
|
|
+mocka = "mocka.cli:entry_point"
|