123456789101112131415161718192021222324252627282930313233343536373839404142 |
- [build-system]
- requires = ["setuptools>=61.0"]
- build-backend = "setuptools.build_meta"
- [bdist_wheel]
- universal = 0
- [project]
- name = "tx_widgets"
- version = "0.2442.2"
- description = "Textual Widgets collections."
- readme = "README.md"
- authors = [
- {name = "Louis RIVIERE", email = "louis@riviere.xyz"},
- ]
- requires-python = ">=3.8"
- dependencies = [
- "textual",
- "pybrary",
- ]
- keywords = [
- 'util',
- ]
- classifiers = [
- "Development Status :: 3 - Alpha",
- "Programming Language :: Python :: 3",
- "Operating System :: POSIX :: Linux",
- "Environment :: Console",
- "Intended Audience :: Developers",
- "License :: OSI Approved :: MIT License",
- ]
- [project.urls]
- pypi = 'https://pypi.org/project/tx-widgets'
- repository = 'https://helixteamhub.cloud/dull-pot-216/projects/projects/repositories/tx_widgets/tree/alpha'
- [tool.setuptools]
- include-package-data = false
- [tool.setuptools.packages.find]
- exclude = ["*test*"]
|