Skip to content

Commit

Permalink
Add versioneer to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nbouziani committed Jan 20, 2024
1 parent c5e1439 commit 23049ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def get_petsc_dir():
author="Nacime Bouziani",
author_email="[email protected]",
packages=find_packages(),
install_requires=["tqdm"],
install_requires=["tqdm", "versioneer"],
cmdclass=cmdclass,
ext_modules=extensions,
)

0 comments on commit 23049ea

Please sign in to comment.