123456789101112131415161718192021222324252627282930313233343536 |
- [build-system]
- requires = ['setuptools>=61.0']
- build-backend = 'setuptools.build_meta'
- [bdist_wheel]
- universal = 0
- [project]
- name = 'teamux'
- version = '0.2413.0'
- description = 'Tmux wrapper'
- readme = 'README.md'
- authors = [
- {name = 'Louis RIVIERE', email = 'louis@riviere.xyz'},
- ]
- requires-python = '>=3.10'
- keywords = [
- 'library',
- ]
- classifiers = [
- 'Development Status :: 3 - Alpha',
- 'License :: OSI Approved :: MIT License',
- 'Programming Language :: Python :: 3',
- 'Operating System :: POSIX :: Linux',
- 'Environment :: Console',
- 'Intended Audience :: Developers',
- ]
- license = {text = 'MIT'}
- [project.urls]
- pypi = 'https://pypi.org/project/teamux'
- repository = 'https://notabug.org/dugres/teamux/src/stable'
- [tool.setuptools]
- include-package-data = false
|