Skip to content

Commit 9073bde

Browse files
committed
Edit readme and pypi version
1 parent 180d851 commit 9073bde

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

README.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,11 @@ Running tests
5151
Building documentation
5252
~~~~~~~~~~~~~~~~~~~~~~
5353

54-
To build the Gitbot documentation, go into the ``docs`` folder and run ``make html`` (or ``make.bat html`` on Windows).
55-
56-
To run the Gitbot documentation tests (doctest), go into the ``docs`` folder and run ``make doctest`` (or ``make.bat doctest`` on Windows).
54+
To test and build the Gitbot documentation, do the following:
55+
- Change folder to ``docs``.
56+
- Run ``pip install -r requirements.txt``.
57+
- Run ``make html`` (or ``make.bat html`` on Windows) to build the documentation, or
58+
- Run ``make doctest`` (or ``make.bat doctest`` on Windows) to run documentation tests.
5759

5860

5961
Operation modes

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='gitbot',
9-
version='0.4.2',
9+
version='0.5',
1010
description='Automatically label GitHub issues based on regexp rules.',
1111
long_description=long_description,
1212
author='Martin Melka',
@@ -34,6 +34,6 @@
3434
]
3535
},
3636
install_requires=['flask', 'click>=6', 'requests', 'appdirs', 'markdown', 'configparser'],
37-
setup_requires=['pytest-runner', 'sphinx'],
37+
setup_requires=['pytest-runner'],
3838
tests_require=['pytest', 'betamax']
3939
)

0 commit comments

Comments
 (0)