Skip to content

Commit

Permalink
Update description and categories for PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
jodal committed Mar 4, 2011
1 parent 6ffaf68 commit 76dddab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
packages=['pykka'],
url='http://jodal.github.com/pykka/',
license='Apache License, Version 2.0',
description='Pykka is a concurrency abstraction which let you use ' +
'concurrent actors like regular objects',
description='Pykka is easy to use concurrency using the actor model',
long_description=open('README.rst').read(),
classifiers=[
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Topic :: Software Development :: Libraries',
],
)

0 comments on commit 76dddab

Please sign in to comment.