Mercurial > hg > zebra
view pyproject.toml @ 32:405f0751f09a default tip
Added tag 0.2.0 for changeset f77ca0963d6d
author | Ben Croston <ben@croston.org> |
---|---|
date | Wed, 12 Feb 2025 15:14:03 +0000 |
parents | f77ca0963d6d |
children |
line wrap: on
line source
[project] name = "zebra" version = "0.2.0" description = "A package to communicate with (Zebra) label printers" authors = [ { name = "Ben Croston", email = "ben@croston.org" }, ] maintainers = [ { name = "Ben Croston", email = "ben@croston.org" }, ] license = "MIT" #license-files = ["LICEN[CS]E*"] readme = "README.rst" requires-python = ">=3.8" classifiers = [ "Development Status :: 5 - Production/Stable", "Operating System :: Microsoft :: Windows", "Operating System :: Unix", "Operating System :: MacOS :: MacOS X", "License :: OSI Approved :: MIT License", "Intended Audience :: Developers", "Programming Language :: Python :: 3", "Topic :: Printing", ] dependencies = [ "pywin32; platform_system == 'Windows'", ] [project.urls] homepage = "https://www.wyre-it.co.uk/zebra/" [dependency-groups] dev = [ "ruff>=0.8.4", ] [tool.ruff.format] quote-style = "single" indent-style = "space" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.sdist] exclude = [ ".hgtags", ] #[[tool.uv.index]] #name = "testpypi" #url = "https://test.pypi.org/simple/" #publish-url = "https://test.pypi.org/legacy/"