Skip to content

Commit

Permalink
Garden package.
Browse files Browse the repository at this point in the history
  • Loading branch information
icemac committed Aug 28, 2023
1 parent ebbd2bd commit 60556c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def read(*rnames):
name='grokcore.viewlet',
version='4.1.dev0',
author='Grok Team',
author_email='grok-dev@zope.org',
author_email='zope-dev@zope.dev',
url='https://github.com/zopefoundation/grokcore.viewlet',
download_url='https://pypi.org/project/grokcore.viewlet',
description='Grok-like configuration for zope viewlets',
Expand All @@ -61,6 +61,7 @@ def read(*rnames):
namespace_packages=['grokcore'],
include_package_data=True,
zip_safe=False,
python_requires='>=3.7',
install_requires=[
'grokcore.component >= 2.5',
'grokcore.security >= 1.6',
Expand Down

0 comments on commit 60556c1

Please sign in to comment.