Skip to content

Commit d765eaa

Browse files
committed
Stop shipping qy with python-moira
Moira now provides with its own native qy.
1 parent 610134b commit d765eaa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name="PyMoira",
9-
version="4.3.1",
9+
version="4.3.2",
1010
description="PyMoira - Python bindings for the Athena Moira library",
1111
author="Evan Broder",
1212
author_email="[email protected]",
@@ -20,6 +20,5 @@
2020
["mrclient.pyx"],
2121
libraries=["mrclient", "moira"]),
2222
],
23-
scripts=['qy'],
2423
cmdclass= {"build_ext": build_ext}
2524
)

0 commit comments

Comments
 (0)