We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7059e1 commit 9d49d5fCopy full SHA for 9d49d5f
Makefile
@@ -5,6 +5,7 @@ target:
5
6
.PHONY: init
7
init:
8
+ pip3 install --upgrade pip
9
pip3 install -e .
10
.PHONY: test
11
test: check-format
pyproject.toml
@@ -31,9 +31,6 @@ classifiers = [
31
requires = ["setuptools>=61.0"]
32
build-backend = "setuptools.build_meta"
33
34
-[tool.setuptools.dynamic]
35
-version = {attr = "awslambdaric.VERSION"}
36
-
37
[project.optional-dependencies]
38
dev = [
39
"coverage>=4.4.0",
0 commit comments