We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48d2c60 commit 93196dbCopy full SHA for 93196db
osquery/__init__.py
@@ -4,7 +4,7 @@
4
"""
5
6
__title__ = "osquery"
7
-__version__ = "1.5.3"
+__version__ = "0.1.1"
8
__author__ = "osquery developers"
9
__license__ = "BSD"
10
__copyright__ = "Copyright 2015 Facebook"
setup.cfg
@@ -1,2 +1,5 @@
1
+[metadata]
2
+description-file = README.rst
3
+
[bdist_wheel]
universal=1
0 commit comments