diff --git a/README.rst b/README.rst index 9a07a2d..542a5ef 100644 --- a/README.rst +++ b/README.rst @@ -6,14 +6,12 @@ to be run by a controller that is managed by the sprockets CLI interface. The sprockets CLI interface loads controller applications that are registered using setuptools entry points. - |Version| |Downloads| |Status| |Coverage| |License| Example CLI Usage ----------------- -Help -```` +Help: .. code:: @@ -44,8 +42,7 @@ Help Find more Sprockets controllers and plugins at https://sprockets.readthedocs.org -Starting a Web App with the NewRelic plugin -``````````````````````````````````````````` +Starting a Web App with the NewRelic plugin: .. code:: diff --git a/setup.py b/setup.py index fddcda1..aad5132 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup(name='sprockets.cli', description='Sprockets command line application runner', entry_points={'console_scripts': ['sprockets=sprockets.cli:main']}, author='AWeber Communications', - url='https://github.com/sprockets/sprockets', + url='https://github.com/sprockets/sprockets.cli', install_requires=requirements, license=open('LICENSE').read(), namespace_packages=['sprockets'],