Skip to content

Commit

Permalink
distribution: Changes home page/url to github wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
emilkarlen committed Aug 24, 2016
1 parent dceab03 commit f610dc8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@ Tests a command line program by executing it in a temporary sandbox directory an

Supports individual test cases and test suites.

Exactly has a `Wiki
<https://github.com/emilkarlen/exactly/wiki>`_,
and an `introduction by examples
<https://github.com/emilkarlen/exactly/wiki/Exactly-by-example>`_.

It also has a `Reference manual
<http://htmlpreview.github.io/?https://raw.githubusercontent.com/wiki/emilkarlen/exactly/Reference.html>`_.


TEST CASES
==========
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def read(file_name):
'inspecting its result.'),
license='GPLv3+',
keywords='test case suite check assert script shell console command line program execute sandbox',
url='https://github.com/emilkarlen/exactly',
url='https://github.com/emilkarlen/exactly/wiki',
package_dir={
'': 'src',
},
Expand Down

0 comments on commit f610dc8

Please sign in to comment.