Skip to content

Commit

Permalink
included **cmd_class
Browse files Browse the repository at this point in the history
  • Loading branch information
prasad-sawantdesai committed Jan 17, 2025
1 parent c9b7bda commit aa5cb94
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 @@ -136,5 +136,5 @@ def run(self):
if __name__ == "__main__":
setup(
zip_safe=False, # https://mypy.readthedocs.io/en/latest/installed_packages.html
cmdclass={"build_DD": BuildDDCommand}
cmdclass={"build_DD": BuildDDCommand, **cmd_class}
)

0 comments on commit aa5cb94

Please sign in to comment.