Skip to content

Commit

Permalink
Fixed #9 -- Fixing a packaging issue. Thanks to bbiskup for the report.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmuellegger committed Oct 29, 2012
1 parent f2a66f1 commit 1ad46c0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,7 @@ def split(self, *args, **kw):
long_description = long_description,
author = UltraMagicString('Gregor Müllegger'),
author_email = u'gregor@muellegger.de',
packages = [
'django_websocket',
'django_websocket.management',
'django_websocket.management.commands'],
packages = ['django_websocket'],
classifiers = [
'Development Status :: 3 - Alpha',
'Environment :: Web Environment',
Expand Down

0 comments on commit 1ad46c0

Please sign in to comment.