From a3a6f68e70d153da0f6b5e7d49f1fff126683349 Mon Sep 17 00:00:00 2001 From: gopa810 Date: Fri, 10 Apr 2020 15:26:34 +0200 Subject: [PATCH] ver 0.7.3 --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 1047060..0bc146a 100644 --- a/setup.py +++ b/setup.py @@ -3,14 +3,14 @@ name = 'gaurabda', # How you named your package folder (MyLib) packages = ['gaurabda', 'gaurabda.GCEnums'], # Chose the same as "name" include_package_data = True, - package_data = {'res': ['res/*.*']}, - version = '0.7.2', # Start with a small number and increase it with every change you make + package_data = {'gaurabda': ['res/*.*']}, + version = '0.7.3', # Start with a small number and increase it with every change you make license='MIT', # Chose a license from here: https://help.github.com/articles/licensing-a-repository description = 'Calculation of Gaurabda calendar (Gaudiya Vaishnava calendar)', # Give a short description about your library author = 'Gopal', # Type in your name author_email = 'root@gopal.home.sk', # Type in your E-Mail url = 'https://github.com/gopa810/gaurabda', # Provide either the link to your github or to your website - download_url = 'https://github.com/gopa810/gaurabda-calendar/archive/0.7.2.tar.gz', # I explain this later on + download_url = 'https://github.com/gopa810/gaurabda-calendar/archive/0.7.3.tar.gz', # I explain this later on keywords = ['gaurabda', 'vaisnava', 'vaishnava', 'ISKCON', 'GCAL'], # Keywords that define your package best install_requires=[ # I get to this in a second ],