Skip to content

Commit

Permalink
[Pypi] Upload
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-tessier committed Feb 21, 2019
1 parent 60b99dc commit 8a96ca8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@

Japanese holiday for Python

# install

> pip install holiday-jp

# dependencies
> pip3 install -r requirements.txt
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
from setuptools import setup, find_packages

setup(name='holiday_jp',
version='19.02.18',
version='19.02.20',
url='https://github.com/LUXEYS/holiday_jp-python',
license='MIT',
author='Luxeys',
author_email='[email protected]',
description='Japanese holiday for Python',
long_description_content_type="text/markdown",
packages=find_packages(),
long_description=open('README.md').read(),
zip_safe=False)

0 comments on commit 8a96ca8

Please sign in to comment.