Skip to content

Commit

Permalink
add comment about test_command in cibuildwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed May 6, 2024
1 parent 643665a commit f12b183
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ def get_extensions():
cfg['define_macros'].append(('__STDC__', 1))
cfg['define_macros'].append(('_CRT_SECURE_NO_WARNINGS', None))

# importing these extension modules is tested in `.github/workflows/build.yml`;
# when adding new modules here, make sure to add them to the `test_command` entry there
return [Extension(str('drizzle.cdrizzle'), sources, **cfg)]


Expand Down

0 comments on commit f12b183

Please sign in to comment.