Skip to content

Commit

Permalink
Small correctionso
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed May 10, 2014
1 parent 284cbb6 commit c2d999f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions MANIFEST.in
Expand Up @@ -3,9 +3,7 @@ include LICENSE
include AUTHORS
include tox.ini
include .coveragerc
include .travis.yml
include .pylintrc
include coverage.ini
include *.komodoproject
graft tests
graft examples
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.rst
Expand Up @@ -10,7 +10,7 @@ Or, if you live in the stone age::

easy_install aspectlib

For you convenience there is a `python-aspectlib <https://pypi.python.org/pypi/python-aspectlib>`_ meta-package that will
For your convenience there is a `python-aspectlib <https://pypi.python.org/pypi/python-aspectlib>`_ meta-package that will
just install `aspectlib <https://pypi.python.org/pypi/aspectlib>`_, in case you run ``pip install python-aspectlib`` by
mistake.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -27,7 +27,7 @@ def read(*names, **kwargs):
include_package_data=True,
zip_safe=False,
classifiers=[
'Development Status :: 4 - Beta',
"Development Status :: 5 - Production/Stable",
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Operating System :: Unix',
Expand Down

0 comments on commit c2d999f

Please sign in to comment.