Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jnoortheen authored Jul 4, 2024
1 parent e21753b commit 86cb070
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "xontrib-abbrevs"
version = "0.1.0"
dynamic = ["version"]
license = {file = "LICENSE"}
description = "Expands input words as you type in xonsh shell."
classifiers = [
Expand Down Expand Up @@ -33,7 +33,7 @@ dev = ["pytest>=7.0"]
requires = [
"setuptools>=62",
"wheel", # for bdist package distribution
"poetry-core>=1.3.2",
"setuptools_scm>=8",
]
build-backend = "setuptools.build_meta"

Expand All @@ -42,3 +42,6 @@ packages = ["xontrib"]
package-dir = {xontrib = "xontrib"}
platforms = ["any"]
include-package-data = false

[tool.setuptools_scm]

0 comments on commit 86cb070

Please sign in to comment.