Skip to content

Commit

Permalink
Improve packaging (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-bednar committed Nov 1, 2016
1 parent f7cd73f commit e1229cb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
11 changes: 6 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,15 @@ they ship this module for several package managements.
Usage
=====

#. Set otopi environment to enable machine dialect
1. Set otopi environment to enable machine dialect

.. code::
.. code::
DIALOG/dialect=str:machine
DIALOG/dialect=str:machine
2. Spawn desired installer and pass stdin and stdout to parser

#. Spawn desired installer and pass stdin and stdout to parser
#. Process all otopi events in the loop
3. Process all otopi events in the loop

Example for oVirt Hosted Engine
-------------------------------
Expand Down
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@ packages=
[bdist_rpm]
requires=
otopi
[bdist_wheel]
universal = 1
[sdist]
formats = zip,gztar
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
envlist=py26,py27,py34,py35,pep8
[tox:travis]
2.6 = py26, pep8
2.6 = py26
2.7 = py27, pep8
3.4 = py34, pep8
3.5 = py35, pep8
Expand Down

0 comments on commit e1229cb

Please sign in to comment.