fix license in pyproject.toml before it bites us

This commit is contained in:
Samuel Colvin
2022-09-15 16:34:23 +01:00
parent 996101b8ba
commit eaa5eaafa1
+1 -1
View File
@@ -13,7 +13,7 @@ authors = [
{name = 'Eric Jolibois', email = 'em.jolibois@gmail.com'},
{name = 'Hasan Ramezani', email = 'hasan.r67@gmail.com'},
]
license = {file = 'LICENSE'}
license-files = { paths = ['LICENSE'] }
readme = 'README.md'
classifiers = [
'Development Status :: 5 - Production/Stable',