Skip to content

Commit

Permalink
Drop link to license file in pyproject
Browse files Browse the repository at this point in the history
This was trying to insert the full license text in the sidebar on PyPI. Try to
avoid that.
  • Loading branch information
BrianJKoopman committed Sep 17, 2024
1 parent fa333dd commit 78c37be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ name = "ocs"
dynamic = ["version"]
description = "Observatory Control System"
readme = "README.rst"
license = {file = "LICENSE.txt"}
requires-python = ">=3.7"
classifiers = [
"Framework :: Twisted",
Expand Down

0 comments on commit 78c37be

Please sign in to comment.