Skip to content

Commit

Permalink
remove license reducancy in pyproject.toml
Browse files Browse the repository at this point in the history
From https://packaging.python.org/en/latest/guides/writing-pyproject-toml/ : "If you are using a standard, well-known license, it is not necessary to use [the license] field. Instead, you should one of the classifiers starting with License ::"
  • Loading branch information
jan-glx authored Mar 22, 2024
1 parent 4977e6b commit 812c037
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ version = "0.0.005"
description = 'Invariant Causal Prediction for python'
readme = "README.md"
requires-python = '>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*'
license = {text = 'MIT'}
authors = [{name = 'Jan Gleixner', email = '[email protected]'}]
maintainers = [{name = 'Jan Gleixner', email = '[email protected]'}]
keywords = ['statistics', 'casual-inference']
Expand Down

0 comments on commit 812c037

Please sign in to comment.