Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Commit

Permalink
bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Mon-ius committed Mar 18, 2019
1 parent 82c69fb commit 7852c01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flaskdeploy/utils.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import re
import click
import os
from config import *
from .config import *

class JumpOutFuckingClick(Exception):
"""Just to break out the unkown loop"""
Expand Down
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name='flask-deploy',
version='0.3.0',
version='0.3.1',
description='A quick deploy script for productive flask app',
url='https://github.com/Mon-ius/flask-deploy',
author='Mon-ius',
Expand All @@ -16,6 +16,9 @@
package_data={
'flaskdeploy': ['data/*']
},
install_requires=[
'click',
],
license='MIT',
long_description=readme,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 7852c01

Please sign in to comment.