Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mouuff committed Feb 16, 2019
1 parent 3693d39 commit 1255b19
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"""Setup generator file."""
from setuptools import setup, find_packages
import sys

with open("README.md", "r") as f:
long_description = f.read()
Expand All @@ -11,7 +12,7 @@
setup(
name='iquail',
packages=packages,
version='1.4',
version='1.5',
description='iQuail cross-platform installer',
author='Quail team',
long_description=long_description,
Expand All @@ -24,7 +25,5 @@
'Programming Language :: Python :: 3 :: Only',
'Topic :: Software Development'
],
install_requires=[
'pyinstaller'
],
install_requires=requirements,
)

0 comments on commit 1255b19

Please sign in to comment.