summaryrefslogtreecommitdiffstats
path: root/commands/hardware
diff options
context:
space:
mode:
Diffstat (limited to 'commands/hardware')
-rw-r--r--commands/hardware/Makefile1
-rw-r--r--commands/hardware/doc/conf.py.skel (renamed from commands/hardware/doc/conf.py)4
-rw-r--r--commands/hardware/setup.cfg2
-rw-r--r--commands/hardware/setup.py.skel (renamed from commands/hardware/setup.py)2
4 files changed, 6 insertions, 3 deletions
diff --git a/commands/hardware/Makefile b/commands/hardware/Makefile
new file mode 100644
index 0000000..ee4552b
--- /dev/null
+++ b/commands/hardware/Makefile
@@ -0,0 +1 @@
+include ../../Makefile.inc
diff --git a/commands/hardware/doc/conf.py b/commands/hardware/doc/conf.py.skel
index 79fe291..08b460a 100644
--- a/commands/hardware/doc/conf.py
+++ b/commands/hardware/doc/conf.py.skel
@@ -48,9 +48,9 @@ copyright = u'2013-2014, Red Hat, Inc.'
# built documents.
#
# The short X.Y version.
-version = '0.0.1'
+version = "@@VERSION@@"
# The full version, including alpha/beta/rc tags.
-release = '0.0.1'
+release = "@@VERSION@@"
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
diff --git a/commands/hardware/setup.cfg b/commands/hardware/setup.cfg
new file mode 100644
index 0000000..2ddce25
--- /dev/null
+++ b/commands/hardware/setup.cfg
@@ -0,0 +1,2 @@
+[upload_docs]
+upload-dir = doc/_build/html
diff --git a/commands/hardware/setup.py b/commands/hardware/setup.py.skel
index 441612c..7f85956 100644
--- a/commands/hardware/setup.py
+++ b/commands/hardware/setup.py.skel
@@ -10,7 +10,7 @@ except IOError:
setup(
name='openlmi-scripts-hardware',
- version='0.0.3',
+ version='@@VERSION@@',
description='Hardware information available in OpenLMI hardware providers',
long_description=long_description,
author=u'Peter Schiffer',