We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33df453 commit 14865ecCopy full SHA for 14865ec
setup.py
@@ -24,7 +24,7 @@ def empty(version):
24
25
# normal setuptool inputs
26
setuptools.setup(
27
- name='pollination-honeybee-radiance', # will be used for package name unless it is overwritten using __queenbee__ info.
+ name='pollination-honeybee-radiance', # will be used for package name unless it is overwritten using __queenbee__ info.
28
author='ladybug-tools', # the owner account for this package - required if pushed to Pollination
29
author_email='[email protected]',
30
packages=setuptools.find_namespace_packages( # required - that's how pollination find the package
0 commit comments