Skip to content

Commit

Permalink
Update setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
CleanCut authored Nov 12, 2024
1 parent df3d550 commit 1ba15ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ packages = find:

[options.extras_require]
dev = file:requirements-dev.txt
toml = tomli>=1.10;python_version<'3.11'
# For the version marker syntax to work, the value needs to be on a dangling line
toml =
tomli>=1.10; python_version<'3.11'

[options.package_data]
green = VERSION, shell_completion.sh
Expand Down

0 comments on commit 1ba15ff

Please sign in to comment.