mirror of
https://github.com/UN-GCPDS/qt-material.git
synced 2025-02-03 17:13:02 +08:00
Add long_description
This commit is contained in:
parent
00188012ea
commit
dec0edf6d4
6
setup.py
6
setup.py
@ -1,8 +1,8 @@
|
|||||||
import os
|
import os
|
||||||
from setuptools import setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
|
|
||||||
# with open(os.path.join(os.path.dirname(__file__), 'README.md')) as readme:
|
with open(os.path.join(os.path.dirname(__file__), 'README.md')) as readme:
|
||||||
# README = readme.read()
|
README = readme.read()
|
||||||
|
|
||||||
# allow setup.py to be run from any path
|
# allow setup.py to be run from any path
|
||||||
os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
|
os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
|
||||||
@ -26,7 +26,7 @@ setup(
|
|||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
license='BSD-2-Clause',
|
license='BSD-2-Clause',
|
||||||
description="Qt Stylesheet for PySide6, PySide2 and PyQt5.",
|
description="Qt Stylesheet for PySide6, PySide2 and PyQt5.",
|
||||||
# long_description = README,
|
long_description=README,
|
||||||
|
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 4 - Beta',
|
'Development Status :: 4 - Beta',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user