Skip to content
This repository was archived by the owner on Jul 17, 2024. It is now read-only.

Commit 94b7b9a

Browse files
fix: Use new license file name (#55)
The license file name changed from LICENSE to LICENSE.txt, and it wasn't updated in the metadata.
1 parent 4870113 commit 94b7b9a

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
@@ -123,7 +123,7 @@ def find_stub_files(stub_root: str):
123123
name='timefold-solver',
124124
version=timefold_solver_python_version,
125125
license='Apache License Version 2.0',
126-
license_file='LICENSE',
126+
license_file='LICENSE.txt',
127127
description='An AI constraint solver that optimizes planning and scheduling problems',
128128
long_description=long_description,
129129
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)