Skip to content

Commit

Permalink
more black-pack
Browse files Browse the repository at this point in the history
  • Loading branch information
relleums committed Nov 14, 2023
1 parent 15dffc2 commit 7a2ffd5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cable_robo_mount/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.2"
__version__ = "0.0.2"
16 changes: 14 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,20 @@
author="Spyridon Daglas, Sebastian Achim Mueller",
author_email="[email protected]",
url="https://github.com/cherenkov-plenoscope/cable_robo_mount",
packages=["cable_robo_mount"],
python_requires=">=3",
packages=[
"cable_robo_mount",
"cable_robo_mount.plot",
"cable_robo_mount.plot.non_flat",
"cable_robo_mount.camera",
"cable_robo_mount.tension_ring",
"cable_robo_mount.mirror_alignment",
"cable_robo_mount.SAP2000_bridge",
"cable_robo_mount.mctracer_bridge",
"cable_robo_mount.tools",
"cable_robo_mount.tools.non_flat",
],
package_data={"cable_robo_mount": []},
install_requires=[],
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 7a2ffd5

Please sign in to comment.