File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
- include NOTICE* src/**/py.typed
2
- global-exclude *.class *.py[cod] *.so *.dll __pycache__
1
+ recursive-include src py.typed
3
2
prune test*
Original file line number Diff line number Diff line change 16
16
[project ]
17
17
name = " neo4j"
18
18
description = " Neo4j Bolt driver for Python"
19
- license = {text = " Apache License, Version 2.0" }
19
+ license = " Apache-2.0 AND Python-2.0"
20
+ license-files = [
21
+ " LICENSE*.txt" ,
22
+ " NOTICE*.txt" ,
23
+ ]
20
24
readme = " README.rst"
21
25
authors = [
22
26
{
name =
" Neo4j, Inc." ,
email =
" [email protected] " },
@@ -28,7 +32,6 @@ classifiers = [
28
32
" Development Status :: 5 - Production/Stable" ,
29
33
" Framework :: AsyncIO" ,
30
34
" Intended Audience :: Developers" ,
31
- " License :: OSI Approved :: Apache Software License" ,
32
35
" Operating System :: OS Independent" ,
33
36
" Programming Language :: Python :: 3.10" ,
34
37
" Programming Language :: Python :: 3.11" ,
@@ -61,7 +64,7 @@ pyarrow = ["pyarrow >= 1.0.0"]
61
64
62
65
[build-system ]
63
66
requires = [
64
- " setuptools == 75.6 .0" ,
67
+ " setuptools == 80.9 .0" ,
65
68
]
66
69
build-backend = " setuptools.build_meta"
67
70
You can’t perform that action at this time.
0 commit comments