Skip to content

Commit

Permalink
change license to exact (#85)
Browse files Browse the repository at this point in the history
Hi! 

Thanks for the great tool.

In our system, we run checks on the licences in the libraries we use and
having `file` here adds some complexity in parsing.
Would it be possible to have a certain license here, as proposed?

---------

Co-authored-by: Samuel Colvin <[email protected]>
  • Loading branch information
evstratbg and samuelcolvin authored Nov 14, 2023
1 parent 9ea7e27 commit d7d5563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ path = 'dirty_equals/version.py'
name = 'dirty-equals'
description = 'Doing dirty (but extremely useful) things with equals.'
authors = [{name = 'Samuel Colvin', email = '[email protected]'}]
license = {file = 'LICENSE'}
license = 'MIT'
readme = 'README.md'
classifiers = [
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit d7d5563

Please sign in to comment.