Skip to content

Commit

Permalink
Remove LICENSE.txt from distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
gilch committed Feb 9, 2022
1 parent 52f966c commit 0e52d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
),
packages=setuptools.find_packages("src"),
package_data={
"": ["*.lissp", "LICENSE.txt"]
"": ["*.lissp"]
}, # If any package contains *.lissp files, include them.
package_dir={"": "src"},
python_requires=">=3.8",
Expand Down

0 comments on commit 0e52d21

Please sign in to comment.