Skip to content

Commit

Permalink
update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
adbenitez committed Oct 16, 2023
1 parent 5aa92d4 commit 66a7433
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
[build-system]
requires = [
"setuptools>=60",
"setuptools-scm>=8.0"]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[project]
dynamic = ["version"]
version = "0.1.0"
name = "deltabot-cli"
description = "Library to speedup Delta Chat bot development"
readme = "README.md"
Expand Down

0 comments on commit 66a7433

Please sign in to comment.