Skip to content
This repository has been archived by the owner on Nov 18, 2023. It is now read-only.

Commit

Permalink
Fixed setup.py and added keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
not-na committed Dec 27, 2015
1 parent ede0eb0 commit 2b904de
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Expand Up @@ -30,7 +30,7 @@
setup(name='packetmq',
version='0.1.3',
description='Packet based networking',
url="http://packetmq.readthedocs.org/en/latest/"
url="http://packetmq.readthedocs.org/en/latest/",
long_description=long_description,
author='notna',
author_email='notna@apparat.org',
Expand All @@ -57,5 +57,6 @@
"Topic :: Software Development",
"Topic :: Software Development :: Libraries",
"Topic :: Software Development :: Libraries :: Python Modules",
]
],
keywords="bidict,packet,packetmq,twisted,tcp,socket,network",
)

0 comments on commit 2b904de

Please sign in to comment.