mirror of
https://github.com/UN-GCPDS/qt-material.git
synced 2025-02-03 17:13:02 +08:00
Release 1.13
This commit is contained in:
parent
c7b1ae9107
commit
86c39a7cac
10
setup.py
10
setup.py
@ -9,19 +9,17 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='pyside-material',
|
name='pyside-material',
|
||||||
version='1.12',
|
version='1.13',
|
||||||
packages=['pyside_material', 'pyside_material.resources'],
|
packages=['pyside_material', 'pyside_material.resources'],
|
||||||
|
|
||||||
author='Yeison Cardona',
|
author='Yeison Cardona',
|
||||||
author_email='yeisoneng@gmail.com',
|
author_email='yencardonaal@unal.edu.co',
|
||||||
maintainer='Yeison Cardona',
|
maintainer='Yeison Cardona',
|
||||||
maintainer_email='yeisoneng@gmail.com',
|
maintainer_email='yencardonaal@unal.edu.co',
|
||||||
|
|
||||||
# url='http://yeisoncardona.com/',
|
download_url='https://github.com/UN-GCPDS/pyside-material',
|
||||||
download_url='https://bitbucket.org/gcpds/pyside-material/downloads/',
|
|
||||||
|
|
||||||
install_requires=['pyside2',
|
install_requires=['pyside2',
|
||||||
# 'python-for-android', #install from git
|
|
||||||
],
|
],
|
||||||
|
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user