Skip to content

Commit

Permalink
chore: Update setup.py, compiler directive for Python 3 compatibility…
Browse files Browse the repository at this point in the history
… is not needed
  • Loading branch information
galjos committed Aug 6, 2024
1 parent b2a9600 commit 7048666
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
'PQAnalysis.io.traj_file.process_lines',
sources=['PQAnalysis/io/traj_file/process_lines.pyx'],
include_dirs=[np.get_include()]
),
compiler_directives={'language_level': 3}
)
)

setup(
Expand Down

0 comments on commit 7048666

Please sign in to comment.