Skip to content

Commit

Permalink
ver 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gopa810 committed Apr 10, 2020
1 parent 7403e66 commit a3a6f68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '[email protected]', # 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
],
Expand Down

0 comments on commit a3a6f68

Please sign in to comment.