Commit 93f87171 authored by Pedro Oliveira's avatar Pedro Oliveira

add keywords to PyPi.org project

parent f81e6d9e
......@@ -9,7 +9,7 @@ import os
import argparse
import traceback
VERSION = "1.0.2"
VERSION = "1.0.3"
def client_socket(data_to_send):
# Create a UDS socket
......
......@@ -12,7 +12,8 @@ setup(
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',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment