Does anyone know why PyPI's doesn't like my PKG-INFO file? Here's what I have:
###### mumak:~/work/aho/src/python/dist/ahocorasick-0.8 dyoo$ cat PKG-INFO Metadata-Version: 1.0 Name: ahocorasick Version: 0.8 Summary: Aho-Corasick automaton implementation Home-page: http://hkn.eecs.berkeley.edu/~dyoo/python/ahocorasick/ Author: Danny Yoo Author-email: [EMAIL PROTECTED] License: GPL Download-URL: http://hkn.eecs.berkeley.edu/~dyoo/python/ahocorasick/ahocorasick-0.8.tar.gz Description: UNKNOWN Platform: any Classifier: Development Status :: 4 - Beta Classifier: Intended Audience :: Developers Classifier: License :: OSI Approved :: GNU General Public License (GPL) Classifier: Topic :: Text Editors :: Text Processing ###### Here's the error message I'm getting when I do a submit_form from the PyPI web interface: ###### Internal Server Error Traceback (most recent call last): File "/usr/local/pypi/lib/pypi/webui.py", line 115, in run self.inner_run() File "/usr/local/pypi/lib/pypi/webui.py", line 408, in inner_run getattr(self, action)() File "/usr/local/pypi/lib/pypi/webui.py", line 1148, in submit_pkg_info self.validate_metadata(data) File "/usr/local/pypi/lib/pypi/webui.py", line 1284, in validate_metadata map(versionpredicate.check_provision, data['provides']) KeyError: provides ###### Thanks for any help! -- http://mail.python.org/mailman/listinfo/python-list