We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5876d95 commit c89ce0cCopy full SHA for c89ce0c
1 file changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "ultimate-python-upgrader"
7
-version = "1.3.0"
+version = "1.4.0"
8
authors = [
9
{ name="Sanyam Sanjay Sharma", email="infta2020+pypi@gmail.com" },
10
]
@@ -38,5 +38,12 @@ test = [
38
"pytest-cov>=4.0.0"
39
40
41
+dev = [
42
+ "black>=24.4.0",
43
+ "ruff>=0.4.0",
44
+ "build>=1.2.0",
45
+ "twine>=5.1.0"
46
+]
47
+
48
[tool.hatch.build.targets.wheel]
49
packages = ["upgrade_tool"]
0 commit comments