Skip to content
This repository has been archived by the owner on Oct 31, 2019. It is now read-only.

Commit

Permalink
modify setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongukjae committed Sep 27, 2018
1 parent a979bd6 commit 9ab19a2
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
from codecs import open
from setuptools import setup, find_packages

with open('flask_jwt_login/__init__.py', encoding='utf-8') as f:
for line in f.readlines():
if '__version__' in line:
version = line.split("'")[1]

setup(
name='Flask-JWT-Login',
version='0.0.4',
name='flask-jwt-login',
version='0.0.5',
url='https://github.com/JeongUkJae/Flask-JWT-Login',
license='MIT',
author='Jeong Ukjae',
Expand Down

0 comments on commit 9ab19a2

Please sign in to comment.