mirror of
https://github.com/UN-GCPDS/qt-material.git
synced 2025-01-27 17:02:57 +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(
|
||||
name='pyside-material',
|
||||
version='1.12',
|
||||
version='1.13',
|
||||
packages=['pyside_material', 'pyside_material.resources'],
|
||||
|
||||
author='Yeison Cardona',
|
||||
author_email='yeisoneng@gmail.com',
|
||||
author_email='yencardonaal@unal.edu.co',
|
||||
maintainer='Yeison Cardona',
|
||||
maintainer_email='yeisoneng@gmail.com',
|
||||
maintainer_email='yencardonaal@unal.edu.co',
|
||||
|
||||
# url='http://yeisoncardona.com/',
|
||||
download_url='https://bitbucket.org/gcpds/pyside-material/downloads/',
|
||||
download_url='https://github.com/UN-GCPDS/pyside-material',
|
||||
|
||||
install_requires=['pyside2',
|
||||
# 'python-for-android', #install from git
|
||||
],
|
||||
|
||||
include_package_data=True,
|
||||
|
Loading…
x
Reference in New Issue
Block a user