Skip to content

Commit

Permalink
Fix versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
SemyonSinchenko committed Sep 22, 2024
1 parent e7371fe commit b54d259
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[build-system]
requires = ["hatchling"]
requires = ["hatchling", "hatch-vcs"]
build-backend = "hatchling.build"

[project]
name = "flake8-pyspark-with-column"
version = "0.0.1"
dynamic = ["version"]
description = "A Flake8 plugin to check for PySpark withColumn usage in loops"
authors = [
{name = "Sem Sinchenko", email = "ssinchenko@apache.org"},
Expand Down Expand Up @@ -46,3 +46,9 @@ include = [
"README.md",
"LICENSE",
]

[tool.hatch.version]
source = "vcs"

[tool.hatch.version.raw-options]
version_scheme = "no-guess-dev"

0 comments on commit b54d259

Please sign in to comment.