Skip to content

Commit

Permalink
Try changing package_data default (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
wjbenfold committed Jan 10, 2022
1 parent 89dda61 commit 63d5b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -60,7 +60,7 @@ def get_library_dirs():


def get_package_data():
package_data = None
package_data = {}
# Determine whether we're building a wheel.
if "bdist_wheel" in sys.argv:
# The protocol is that the UDUNITS2_XML_PATH environment variable
Expand Down

0 comments on commit 63d5b2c

Please sign in to comment.