Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitef43e29

Browse files
committed
Fix pyproject.toml license spec
1 parent1156f38 commitef43e29

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎pyproject.toml‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name ="pythonnet"
77
description =".NET and Mono integration for Python"
8-
license ={text ="MIT"}
8+
license ="MIT"
99

1010
readme ="README.rst"
1111

@@ -18,7 +18,6 @@ requires-python = ">=3.7, <3.14"
1818
classifiers = [
1919
"Development Status :: 5 - Production/Stable",
2020
"Intended Audience :: Developers",
21-
"License :: OSI Approved :: MIT License",
2221
"Programming Language :: C#",
2322
"Programming Language :: Python :: 3",
2423
"Programming Language :: Python :: 3.7",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp