Skip to content

Commit

Permalink
Merge pull request #1 from DjLegolas/py3.13
Browse files Browse the repository at this point in the history
Add missing define macros
  • Loading branch information
pmbarrett314 authored Oct 22, 2024
2 parents d8e999a + 54cad1b commit b11a860
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 @@ -6,6 +6,8 @@

define_macros = [
('PDC_WIDE', None),
('HAVE_CURSES_H', None),
('HAVE_PANEL_H', None),
('HAVE_NCURSESW', None),
('HAVE_TERM_H', None),
('HAVE_CURSES_IS_TERM_RESIZED', None),
Expand Down

0 comments on commit b11a860

Please sign in to comment.