Skip to content

Commit

Permalink
Extend pyproject.toml with package info
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-bauer committed Jul 5, 2024
1 parent 669aa39 commit 95f5eba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
[project]
name = 'rejoinderoo'
version = '0.1.0'
dependencies = ['pick']

[tool.black]
line-length = 120
skip-string-normalization = 1

0 comments on commit 95f5eba

Please sign in to comment.