mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-17 04:34:37 +03:00
8
setup.py
8
setup.py
@@ -7,13 +7,13 @@ from setuptools import setup
|
||||
|
||||
|
||||
def readme():
|
||||
with io.open(os.path.join(os.path.dirname(__file__), 'README.rst'), mode="r", encoding="UTF-8") as f:
|
||||
return f.read()
|
||||
with io.open(os.path.join(os.path.dirname(__file__), 'README.rst'), mode="r", encoding="UTF-8") as readmef:
|
||||
return readmef.read()
|
||||
|
||||
|
||||
setup(name='aqtinstall',
|
||||
version='0.2.0',
|
||||
description='Another unoffical Qt installer',
|
||||
version='0.3.0',
|
||||
description='Another unofficial Qt installer',
|
||||
url='http://github.com/miurahr/aqtinstall',
|
||||
license='MIT',
|
||||
long_description=readme(),
|
||||
|
||||
Reference in New Issue
Block a user