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

Commit

Permalink
Added openwisp keyword to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Apr 18, 2016
1 parent 0a411c2 commit b4ca30a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def get_install_requires():
url='http://netjson.org',
download_url='https://github.com/openwisp/django-netjsonconfig/releases',
platforms=['Platform Indipendent'],
keywords=['django', 'netjson', 'openwrt', 'networking'],
keywords=['django', 'netjson', 'openwrt', 'networking', 'openwisp'],
packages=find_packages(exclude=['tests', 'tests.*', 'docs', 'docs.*']),
include_package_data=True,
zip_safe=False,
Expand Down

0 comments on commit b4ca30a

Please sign in to comment.