Skip to content

Commit 67cf59e

Browse files
try to fix license files not be accepting by twine
1 parent 1ec4bf5 commit 67cf59e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ def has_ext_modules(foo):
3434
author="Electron Studio",
3535
author_email="[email protected]",
3636
license="EPL-2.0",
37+
license_files = ['LICENSE'],
3738
classifiers=[
38-
"License :: OSI Approved :: Eclipse Public License 2.0 (EPL-2.0)",
3939
"Programming Language :: Python :: 3",
4040
"Programming Language :: Python :: 3.13",
4141
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)