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

Commit

Permalink
[chores] Updated email and excluded packages in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Jun 26, 2020
1 parent 9d9154f commit e3ebbcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -43,14 +43,14 @@ def get_install_requires():
version=get_version(),
license='GPL3',
author='Federico Capoano',
author_email='f.capoano@cineca.it',
author_email='federico.capoano@gmail.com',
description='Configuration manager for embedded devices, implemented as a reusable django-app',
long_description=open('README.rst').read(),
url='http://netjson.org',
download_url='https://github.com/openwisp/django-netjsonconfig/releases',
platforms=['Platform Independent'],
keywords=['django', 'netjson', 'openwrt', 'networking', 'openwisp'],
packages=find_packages(exclude=['tests', 'docs']),
packages=find_packages(exclude=['tests*', 'docs*']),
include_package_data=True,
zip_safe=False,
install_requires=get_install_requires(),
Expand Down

0 comments on commit e3ebbcc

Please sign in to comment.