Skip to content

Commit dcc23cc

Browse files
committed
use hatch
1 parent 0e374fc commit dcc23cc

File tree

4 files changed

+29
-29
lines changed

4 files changed

+29
-29
lines changed

MANIFEST.in

Lines changed: 0 additions & 1 deletion
This file was deleted.

pyproject.toml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
[build-system]
2+
requires = ["hatchling"]
3+
build-backend = "hatchling.build"
4+
5+
[project]
6+
name = "Flask-PyMemcache"
7+
version = "0.0.6"
8+
description = "pymemcache integration for Flask"
9+
readme = "README.rst"
10+
license = "MIT"
11+
authors = [
12+
{ name = "Inada Naoki", email = "[email protected]" },
13+
]
14+
dependencies = [
15+
"Flask",
16+
"pymemcache>=1.3.4",
17+
"six",
18+
]
19+
dev-dependencies = [
20+
"pytest",
21+
]
22+
23+
[project.urls]
24+
Homepage = "https://github.com/KLab/Flask-PyMemcache"
25+
26+
[tool.hatch.build.targets.sdist]
27+
include = [
28+
"/flask_pymemcache",
29+
]

setup.cfg

Lines changed: 0 additions & 2 deletions
This file was deleted.

setup.py

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)