FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
pythonnet/pyproject.toml at python3.14 · guywithface/pythonnet · GitHub
guywithface
/
pythonnet
Public
forked from
pythonnet/pythonnet
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
pythonnet
/
pyproject.toml
Copy path
More file actions
More file actions
Latest commit
History
History
History
69 lines (56 loc) · 1.58 KB
Breadcrumbs
pythonnet
/
pyproject.toml
Copy path
File metadata and controls
69 lines (56 loc) · 1.58 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
[
build-system
]
requires
= [
"
setuptools>=80
"
]
build-backend
=
"
setuptools.build_meta
"
[
project
]
name
=
"
pythonnet
"
description
=
"
.NET and Mono integration for Python
"
license
=
"
MIT
"
readme
=
"
README.rst
"
dependencies
= [
"
clr_loader>=0.2.7,<0.3.0
"
]
requires-python
=
"
>=3.10, <3.15
"
classifiers
= [
"
Development Status :: 5 - Production/Stable
"
,
"
Intended Audience :: Developers
"
,
"
Programming Language :: C#
"
,
"
Programming Language :: Python :: 3
"
,
"
Programming Language :: Python :: 3.7
"
,
"
Programming Language :: Python :: 3.8
"
,
"
Programming Language :: Python :: 3.9
"
,
"
Programming Language :: Python :: 3.10
"
,
"
Programming Language :: Python :: 3.11
"
,
"
Programming Language :: Python :: 3.12
"
,
"
Programming Language :: Python :: 3.13
"
,
"
Operating System :: Microsoft :: Windows
"
,
"
Operating System :: POSIX :: Linux
"
,
"
Operating System :: MacOS :: MacOS X
"
,
]
dynamic
= [
"
version
"
]
[
dependency-groups
]
dev
= [
"
pytest >= 6
"
,
"
find_libpython >= 0.3.0
"
,
"
numpy >=2 ; python_version >= '3.10'
"
,
"
numpy <2 ; python_version < '3.10'
"
,
"
psutil
"
]
[[
project
.
authors
]]
name
=
"
The Contributors of the Python.NET Project
"
email
=
"
pythonnet@python.org
"
[
project
.
urls
]
Homepage
=
"
https://pythonnet.github.io/
"
Sources
=
"
https://github.com/pythonnet/pythonnet
"
[
tool
.
setuptools
]
zip-safe
=
false
py-modules
= [
"
clr
"
]
[
tool
.
setuptools
.
dynamic
.
version
]
file
=
"
version.txt
"
[
tool
.
setuptools
.
packages
.
find
]
include
= [
"
pythonnet*
"
]
exclude
= [
"
.gitignore
"
]
[
tool
.
pytest
.
ini_options
]
xfail_strict
=
true
testpaths
= [
"
tests
"
]
Back
|
FazBrowse Home
|
New Git URL