Skip to content
This repository has been archived by the owner on Oct 22, 2018. It is now read-only.

Commit

Permalink
Cleanup after checking the source code with pylint and pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
eriol committed Nov 16, 2009
1 parent 8f8f682 commit 7bd9ddb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pyntk/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
# this source code; if not, write to:
# Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
##
#
# Netsukuku distutils installer
#
'''
Netsukuku distutils installer
'''

import sys
if sys.version_info < (2, 6):
Expand All @@ -30,10 +30,10 @@
from ntk import VERSION

setup(
name='pyntk',
description='Mesh network that generates and sustains itself autonomously.',
long_description=\
'''
name='Netsukuku',
description='Mesh network that generates and sustains itself '
'autonomously.',
long_description='''\
Netsukuku is a mesh network or a p2p net system that generates and sustains
itself autonomously. It is designed to handle an unlimited number of nodes
with minimal CPU and memory resources. Thanks to this feature it can be
Expand Down

0 comments on commit 7bd9ddb

Please sign in to comment.