Skip to content

Commit

Permalink
add keywords to PyPi.org project
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrofran12 committed Mar 17, 2020
1 parent f81e6d9 commit 93f8717
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pimdm/Run.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import argparse
import traceback

VERSION = "1.0.2"
VERSION = "1.0.3"

def client_socket(data_to_send):
# Create a UDS socket
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
description="PIM-DM protocol",
long_description=open("README.md", "r").read(),
long_description_content_type="text/markdown",
version="1.0.2",
keywords="PIM-DM Multicast Routing Protocol Dense-Mode Router",
version="1.0.3",
url="http://github.com/pedrofran12/pim_dm",
author='Pedro Oliveira',
author_email='pedro.francisco.oliveira@tecnico.ulisboa.pt',
Expand Down

0 comments on commit 93f8717

Please sign in to comment.