Skip to content

Commit

Permalink
Checking RST format
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelpivato committed May 1, 2020
1 parent 96d3876 commit 0eb4e0e
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 10 deletions.
10 changes: 7 additions & 3 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
=======
Credits
=======

Development Leads
----------------
-----------------

* Jannis Gebauer <[email protected]>
* Justin Womersley <[email protected]>
* Rafael Pivato <[email protected]>

Original Author
---------------

* Jannis Gebauer <[email protected]>

Contributors
------------
Expand Down
13 changes: 6 additions & 7 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ this should not be an issue.
* Creating issues on invalid config files is now configurable

0.10.0 (2018-3-15)
-----------------
------------------
* The bot now creates issues if there are any problems with the config file
* Added support for setup.cfg files (thanks @kxepal)
* Switched to the GitLab v4 API (thanks @kxepal)
Expand Down Expand Up @@ -95,8 +95,7 @@ this should not be an issue.
* Added support for GitHubs new collaborator invitation system.
* The bot now correctly parses requirement files that begin with a whitespace.
* Fixed a bug with requirement files that had special characters in the filepath.
* Overall improvements with hashed requirement files. Almost all flavors should now be parsed
correctly
* Overall improvements with hashed requirement files. Almost all flavors should now be parsed correctly
* Added support for Gitlab, thanks a lot to @samdroid-apps
* Added support for compatible releases

Expand Down Expand Up @@ -145,14 +144,14 @@ this should not be an issue.
------------------

* Fixed a bug with the github provider when committing too fast.
* Requirement content replace function had a bug where not always the right requirement
was replaced
* Requirement content replace function had a bug where not always the right
requirement was replaced

0.1.3 (2015-12-27)
------------------

* PyGithub should be installed as a specific dependency to keep things sane and simple until the
changes on upstream are merged.
* PyGithub should be installed as a specific dependency to keep things sane
and simple until the changes on upstream are merged.

0.1.2 (2015-12-27)
------------------
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
version='1.1.1',
description="A tool to update all your projects requirements",
long_description=readme + '\n\n' + history,
long_description_content_type='text/x-rst',
author="Jannis Gebauer",
author_email='[email protected]',
url='https://github.com/pyupio/pyup',
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ setenv =
PYTHONPATH = {toxinidir}:{toxinidir}/pyup
commands =
coverage run setup.py test
rstcheck -r .

deps =
rstcheck
requests-mock
mock
coverage

0 comments on commit 0eb4e0e

Please sign in to comment.