diff --git a/setup.py b/setup.py index 61d4efc..c669c4e 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ def read(*names, **kwargs): name='tax', version='0.1.0', license='BSD', - description="A taxy Tox to tax your current site-packages. This is a variant of Tox that doesn't use virtualenvs at atll - just installs everything in the current environment. Use at your own peril.", + description="A taxy Tox to tax your current site-packages. This is a variant of Tox that doesn't use virtualenvs at all - just installs everything in the current environment. Use at your own peril.", long_description='%s\n%s' % (read('README.rst'), re.sub(':[a-z]+:`~?(.*?)`', r'``\1``', read('CHANGELOG.rst'))), author='Ionel Cristian Mărieș', author_email='contact@ionelmc.ro',