Skip to content

Commit

Permalink
Add missing learn perspective to setup.py packages
Browse files Browse the repository at this point in the history
  • Loading branch information
gbtami committed Jul 8, 2018
1 parent a626886 commit 83f793c
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 @@ -287,7 +287,7 @@ def run(self):
"pychess.Database", "pychess.widgets", "pychess.widgets.pydock",
"pychess.perspectives", "pychess.perspectives.welcome",
"pychess.perspectives.games", "pychess.perspectives.fics",
"pychess.perspectives.database",
"pychess.perspectives.database", "pychess.perspectives.learn",
"pychess.external", "pychess.external.gbulb", "pychess.external.pexpect"]

build_exe_options = {}
Expand Down

0 comments on commit 83f793c

Please sign in to comment.