Skip to content

Commit

Permalink
fixed setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesisdesign committed Nov 27, 2013
1 parent a385c3f commit 78d938f
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 295 deletions.
Empty file.
68 changes: 0 additions & 68 deletions nodeshot/networking/dns/admin.py

This file was deleted.

8 changes: 0 additions & 8 deletions nodeshot/networking/dns/dnsscript.py

This file was deleted.

183 changes: 0 additions & 183 deletions nodeshot/networking/dns/models.py

This file was deleted.

Empty file.
9 changes: 0 additions & 9 deletions nodeshot/networking/dns/script/dnsimport.py

This file was deleted.

8 changes: 0 additions & 8 deletions nodeshot/networking/dns/script/dnsscript.py

This file was deleted.

16 changes: 0 additions & 16 deletions nodeshot/networking/dns/tests.py

This file was deleted.

1 change: 0 additions & 1 deletion nodeshot/networking/dns/views.py

This file was deleted.

4 changes: 2 additions & 2 deletions setup.py
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
from setuptools.command.test import test

from .nodeshot import get_version
from nodeshot import get_version


#class TestCommand(test):
Expand All @@ -16,7 +16,7 @@
description="Extensible Django web application for management of community-led georeferenced data.",
long_description=open('README.md').read(),
author='Federico Capoano',
author_email='federico[at]nemesisdesign[dot]net',
author_email='nemesis[at]ninux[dot]org',
license='GPL3',
url='https://github.com/nemesisdesign/nodeshot',
packages=find_packages(exclude=['docs', 'docs.*']),
Expand Down

0 comments on commit 78d938f

Please sign in to comment.