Skip to content

Commit

Permalink
Update supported python versions in setup.py. Add src/hloc into gitig…
Browse files Browse the repository at this point in the history
…nore (#122)
  • Loading branch information
B1ueber2y authored Jan 9, 2025
1 parent 9bf53a8 commit ebdd5b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
/dist/
cmake-build-*
*.egg-info/
src/hloc

*.npy
*.png
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ def build_extension(self, ext):
cmdclass={"build_ext": CMakeBuild},
zip_safe=False,
classifiers=[
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Operating System :: OS Independent",
],
)

0 comments on commit ebdd5b0

Please sign in to comment.