Skip to content

Commit

Permalink
macOS app: include pickleshare
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanDunfield committed Dec 31, 2024
1 parent 4b03a13 commit f02130a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macOS_app/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def run(self):
'idlelib,docutils,curses,cython,Cython,pandas,OpenGL,'
'setuptools,test',
'packages': packages,
'includes': 'tkinter,gzip,tarfile,readline,pydoc,fractions',
'includes': 'tkinter,gzip,tarfile,readline,pydoc,fractions,pickleshare',
'iconfile': 'icons/SnapPy.icns',
'plist' : plist_dict,
'arch' : 'universal2'
Expand Down

0 comments on commit f02130a

Please sign in to comment.