Skip to content

Commit c1c2114

Browse files
try to fix license files not be accepting by twine
1 parent c0cc2e5 commit c1c2114

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ jobs:
155155
${{ matrix.python-version }} -m pip install --upgrade "cffi>=1.17.1"
156156
${{ matrix.python-version }} -m pip install --upgrade wheel
157157
${{ matrix.python-version }} -m pip install --upgrade setuptools
158+
${{ matrix.python-version }} -m pip install --upgrade build
158159
${{ matrix.python-version }} -m pip install --upgrade auditwheel
159160
${{ matrix.python-version }} -m build --wheel
160161
${{ matrix.python-version }} -m auditwheel repair dist/*.whl

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ def has_ext_modules(foo):
3333
url="https://github.com/electronstudio/raylib-python-cffi",
3434
author="Electron Studio",
3535
author_email="[email protected]",
36-
license="EPL-2.0",
3736
license_files = ['LICENSE'],
3837
classifiers=[
3938
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)