mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-17 04:34:37 +03:00
10
setup.py
10
setup.py
@@ -12,7 +12,7 @@ def readme():
|
||||
|
||||
|
||||
setup(name='aqtinstall',
|
||||
version='0.3.0',
|
||||
version='0.3.1',
|
||||
description='Another unofficial Qt installer',
|
||||
url='http://github.com/miurahr/aqtinstall',
|
||||
license='MIT',
|
||||
@@ -21,5 +21,13 @@ setup(name='aqtinstall',
|
||||
author_email='miurahr@linux.com',
|
||||
packages=["aqt"],
|
||||
install_requires=['requests'],
|
||||
extras_require={
|
||||
'dev': [
|
||||
'pytest',
|
||||
'pytest-pep8',
|
||||
'pytest-cov',
|
||||
'flake8'
|
||||
]
|
||||
},
|
||||
scripts=["aqtinst"]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user