代码拉取完成,页面将自动刷新
from setuptools import setup, find_packages
with open( "README.md", encoding="utf-8") as fh:
long_description = "\n" + fh.read()
VERSION = '0.2.1'
DESCRIPTION = 'Decorator for Fast Generation of Function Input Output Components with Tkinter or Streamlit'
LONG_DESCRIPTION = 'A function decorator that generates corresponding input and output components with Tkinter or Streamlit based on the number of arguments and return values of the function.'
setup(
name="defgui",
version=VERSION,
author="davidho",
author_email="",
url="https://github.com/davidho123/defgui",
license="MIT",
description=DESCRIPTION,
long_description_content_type="text/markdown",
long_description=long_description,
packages=find_packages(),
install_requires=[],
keywords=['python', 'gui', 'streamlit','defgui','function','tkinter'],
classifiers=[
"Development Status :: 1 - Planning",
"Intended Audience :: Developers",
"Programming Language :: Python :: 3",
]
)
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。