More README and setup.py updates

This commit is contained in:
Gavin M. Roy 2014-10-14 16:43:01 -04:00
parent 3e9ac83d08
commit 0698006248
2 changed files with 3 additions and 6 deletions

View file

@ -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 The sprockets CLI interface loads controller applications that are registered
using setuptools entry points. using setuptools entry points.
|Version| |Downloads| |Status| |Coverage| |License| |Version| |Downloads| |Status| |Coverage| |License|
Example CLI Usage Example CLI Usage
----------------- -----------------
Help Help:
````
.. code:: .. code::
@ -44,8 +42,7 @@ Help
Find more Sprockets controllers and plugins at Find more Sprockets controllers and plugins at
https://sprockets.readthedocs.org https://sprockets.readthedocs.org
Starting a Web App with the NewRelic plugin Starting a Web App with the NewRelic plugin:
```````````````````````````````````````````
.. code:: .. code::

View file

@ -19,7 +19,7 @@ setup(name='sprockets.cli',
description='Sprockets command line application runner', description='Sprockets command line application runner',
entry_points={'console_scripts': ['sprockets=sprockets.cli:main']}, entry_points={'console_scripts': ['sprockets=sprockets.cli:main']},
author='AWeber Communications', author='AWeber Communications',
url='https://github.com/sprockets/sprockets', url='https://github.com/sprockets/sprockets.cli',
install_requires=requirements, install_requires=requirements,
license=open('LICENSE').read(), license=open('LICENSE').read(),
namespace_packages=['sprockets'], namespace_packages=['sprockets'],