Skip to content

Commit 1495be6

Browse files
committed
fix license key in pyproject.toml
ref pydantic/pydantic#4520 (comment)
1 parent d30d56b commit 1495be6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arq/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Version here is used for the package version via the `[tool.hatch.version]` section of `pyproject.toml`.
2-
VERSION = '0.24.0'
2+
VERSION = '0.25.0-dev'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ path = 'arq/version.py'
99
name = 'arq'
1010
description = 'Job queues in python with asyncio and redis'
1111
authors = [{name = 'Samuel Colvin', email = '[email protected]'}]
12-
license = {file = 'LICENSE'}
12+
license = { text = 'MIT' }
1313
readme = 'README.md'
1414
classifiers = [
1515
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)