Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# setuptools-scm will automatically include all git-tracked files in a sdist archive
# exclude ones to match previous behavior
exclude MANIFEST.in
exclude tox.ini
exclude pytest.ini
exclude .gitignore
exclude requirements-test.txt
exclude uv.lock
32 changes: 32 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[project]
name = "datauri"
version = "1.1.0"
description = "Implementation of the data uri scheme defined in rfc2397"
readme = "README.rst"
requires-python = ">=3.10"
dependencies = []
authors = [
{ name = "EclecticIQ", email = "info@eclecticiq.com" },
{ name = "wouter bolsterlee", email = "wouter@bolsterl.ee" },
]
license = "BSD-3-Clause"

classifiers = [
'Development Status :: 5 - Production/Stable',
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
'Topic :: Software Development :: Libraries',
'Topic :: Software Development :: Libraries :: Python Modules',
]

urls.homepage = "https://github.com/eclecticiq/python-data-uri"
urls.source = "https://github.com/eclecticiq/python-data-uri"
urls.issues = "https://github.com/eclecticiq/python-data-uri/issues"

[build-system]
requires = ["setuptools>=67"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
packages = ["datauri"]
26 changes: 0 additions & 26 deletions setup.py

This file was deleted.

7 changes: 7 additions & 0 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.