Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F460979
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, May 17, 9:32 PM
Size
568 B
Mime Type
text/x-diff
Expires
Mon, May 19, 9:32 PM (3 h, 52 m)
Engine
blob
Format
Raw Data
Handle
219962
Attached To
rICI livestatus-ici
View Options
diff --git a/setup.py b/setup.py
new file mode 100644
index 0000000..8542255
--- /dev/null
+++ b/setup.py
@@ -0,0 +1,16 @@
+from setuptools import setup
+
+setup(name='ici',
+ version='0.1',
+ license='GPLv3',
+ url='https://gitlab.com/alexkiousis/livestatus-ici',
+ packages=['ici'],
+ author='Alex Kiousis',
+ author_email='alexkiousis@gmail.com',
+ description='Query livestatus-service for monitoring data',
+ entry_points={
+ 'console_scripts': [
+ 'ici = ici.__main__:main'
+ ]
+ },
+)
Event Timeline
Log In to Comment