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

Commit

Permalink
[setup] Updated author_email and platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Mar 17, 2020
1 parent bb447d2 commit a7ddcac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ def get_install_requires():
version=get_version(),
license='MIT',
author='Federico Capoano',
author_email='nemesis@ninux.org',
author_email='federico.capoano@gmail.com',
description='Reusable django app for collecting and visualizing network topology',
long_description=open('README.rst').read(),
url='http://netjson.org',
download_url='https://github.com/interop-dev/django-netjsongraph/releases',
platforms=['Platform Indipendent'],
platforms=['Platform Independent'],
keywords=['django', 'netjson', 'mesh', 'networking'],
packages=find_packages(exclude=['tests']),
install_requires=get_install_requires(),
Expand Down

0 comments on commit a7ddcac

Please sign in to comment.