diff options
| author | georg.brandl <devnull@localhost> | 2008-03-21 17:20:09 +0000 |
|---|---|---|
| committer | georg.brandl <devnull@localhost> | 2008-03-21 17:20:09 +0000 |
| commit | 4aa3647c034ce3bc50d477b28de61966246777fe (patch) | |
| tree | 1f00c9f4bb59e75660a8f6f389154cf9d21997f0 /setup.py | |
| parent | 62c42cb9ac3143fbb4c990f55552855601b0de33 (diff) | |
| download | sphinx-4aa3647c034ce3bc50d477b28de61966246777fe.tar.gz | |
Fix arg name.
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ setup( description='Python documentation generator', long_description=long_desc, zip_safe=False, - lassifiers=[ + classifiers=[ 'Development Status :: 3 - Alpha', 'Environment :: Console', 'Environment :: Web Environment', |
