Skip to content

Commit

Permalink
Fill setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
asdil12 committed Dec 4, 2024
1 parent 4db248b commit 8d1df41
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/usr/bin/python3

from setuptools import setup

setup(
name="qem-bot",
version="42",
license="MIT",
description="tool for schedule maintenance jobs + sync SMELT/OpenQA to QEM-Dashboard",
long_description=open("Readme.md").read(),
long_description_content_type="text/markdown",
packages=["openqabot", "openqabot.loader", "openqabot.osclib", "openqabot.types"],
scripts=["bot-ng.py", "pc_helper_online.py"],
)

0 comments on commit 8d1df41

Please sign in to comment.