File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 64
64
name : Packages
65
65
path : dist
66
66
- name : Publish to PyPI
67
- uses : pypa/gh-action-pypi-publish@v1.6.11
67
+ uses : pypa/gh-action-pypi-publish@v1.12.4
Original file line number Diff line number Diff line change 1
1
[build-system ]
2
- requires = [" flit_core >=3.2 ,<4" ]
2
+ requires = [" flit_core >=3.11 ,<4" ]
3
3
build-backend = " flit_core.buildapi"
4
4
5
5
[project ]
@@ -8,15 +8,15 @@ authors = [
8
8
{
name =
" David Vo" ,
email =
" [email protected] " },
9
9
]
10
10
readme = " README.md"
11
- license = { file = " LICENSE" }
11
+ license = " BSD-3-Clause"
12
+ license-files = [" LICENSE" ]
12
13
requires-python = " >=3.6"
13
14
dependencies = [
14
15
" dataclasses; python_version < '3.7'" ,
15
16
]
16
17
classifiers = [
17
18
" Development Status :: 5 - Production/Stable" ,
18
19
" Intended Audience :: Developers" ,
19
- " License :: OSI Approved :: BSD License" ,
20
20
" Operating System :: OS Independent" ,
21
21
" Programming Language :: Python :: 3" ,
22
22
" Programming Language :: Python :: 3 :: Only" ,
You can’t perform that action at this time.
0 commit comments