Skip to content

Commit

Permalink
Setup.cfg: Make sure UI package is included
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijenbergh committed Jun 5, 2024
1 parent 8145164 commit d334f1b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ classifiers =
Topic :: System :: Operating System Kernels :: Linux

[options]
packages = eduvpn
packages =
eduvpn
eduvpn.ui
python_requires = >= 3.6
install_requires =
eduvpn_common >= 2.0.0,< 3.0.0
Expand Down

0 comments on commit d334f1b

Please sign in to comment.