Skip to content

Commit d9688d1

Browse files
Fix License classifiers have been superseded by license expressions
1 parent d3053ce commit d9688d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/setup-python@v5
1616
- name: Install pypa/build
1717
run: >-
18-
python3 -m pip install --user build twine --upgrade
18+
python3 -m pip install --user build twine pkginfo --upgrade
1919
- name: Build a binary wheel and a source tarball
2020
run: python3 -m build
2121
- name: Check the distribution files with `twine`

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ readme = "README.rst"
1515
classifiers = [
1616
"Development Status :: 6 - Mature",
1717
"Intended Audience :: Developers",
18-
"License :: OSI Approved :: MIT License",
1918
"Operating System :: POSIX",
2019
"Operating System :: Microsoft :: Windows",
2120
"Operating System :: MacOS :: MacOS X",
@@ -61,6 +60,7 @@ coverage = {extras = ["toml"], version = ">=6.5.0"}
6160
Pygments = ">=2.13.0" # for code-block highlighting
6261
sphinx = "*"
6362
sphinx-autobuild = "*"
63+
6464
[build-system]
6565
build-backend = "setuptools.build_meta"
6666
requires = [ "setuptools>=77" ]

0 commit comments

Comments
 (0)