diff --git a/README.rst b/README.rst index 40446abce1..d0b1b36e58 100644 --- a/README.rst +++ b/README.rst @@ -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 +`_, +and an `introduction by examples +`_. + +It also has a `Reference manual +`_. + TEST CASES ========== diff --git a/setup.py b/setup.py index 3e233140f3..6b5814f43e 100644 --- a/setup.py +++ b/setup.py @@ -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', },