Skip to content

Commit

Permalink
fix(release): Trigger new release
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkelkp committed Nov 30, 2023
1 parent 3eb9c9c commit 0bd37b2
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 @@ -44,7 +44,7 @@ def empty(version):

# normal setuptool inputs
setuptools.setup(
name=name, # will be used for package name
name=name, # will be used for package name
author='ladybug-tools', # the owner account for this package - required if pushed to Pollination
author_email='info@ladybug.tools',
packages=setuptools.find_namespace_packages( # required - that's how pollination find the package
Expand Down

0 comments on commit 0bd37b2

Please sign in to comment.