Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
Require setuptools sgtk_menu/tools.py imports pkg_resources
Browse files Browse the repository at this point in the history
  • Loading branch information
hrnciar authored Apr 29, 2021
1 parent 05aaf80 commit 3f6bccc
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 @@ -20,7 +20,7 @@ def read(f_name):
author='Piotr Miller',
author_email='nwg.piotr@gmail.com',
python_requires='>=3.4.0',
install_requires=['pygobject', 'pycairo'],
install_requires=['pygobject', 'pycairo', 'setuptools'],
entry_points={
'gui_scripts': [
'sgtk-menu = sgtk_menu.menu:main',
Expand Down

0 comments on commit 3f6bccc

Please sign in to comment.