Skip to content
This repository was archived by the owner on Jun 27, 2020. It is now read-only.

Commit a7ddcac

Browse files
committed
[setup] Updated author_email and platforms
1 parent bb447d2 commit a7ddcac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ def get_install_requires():
3838
version=get_version(),
3939
license='MIT',
4040
author='Federico Capoano',
41-
author_email='nemesis@ninux.org',
41+
author_email='federico.capoano@gmail.com',
4242
description='Reusable django app for collecting and visualizing network topology',
4343
long_description=open('README.rst').read(),
4444
url='http://netjson.org',
4545
download_url='https://github.com/interop-dev/django-netjsongraph/releases',
46-
platforms=['Platform Indipendent'],
46+
platforms=['Platform Independent'],
4747
keywords=['django', 'netjson', 'mesh', 'networking'],
4848
packages=find_packages(exclude=['tests']),
4949
install_requires=get_install_requires(),

0 commit comments

Comments
 (0)