Skip to content

Commit e64c0ee

Browse files
committed
update project layout
1 parent 196ea01 commit e64c0ee

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

.travis.yml

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

README.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,13 @@ pymemcache_ integration for Flask
33

44
.. _pymemcache: https://github.com/pinterest/pymemcache
55

6-
.. image:: https://travis-ci.org/KLab/Flask-PyMemcache.png
7-
:target: https://travis-ci.org/KLab/Flask-PyMemcache
6+
Install
7+
-------
8+
9+
..code-block:: bash
10+
11+
pip install Flask-PyMemcache
12+
813

914
Initialize
1015
----------

pyproject.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ build-backend = "hatchling.build"
66
name = "Flask-PyMemcache"
77
version = "0.0.6"
88
description = "pymemcache integration for Flask"
9+
requires-python = ">=3.7"
910
readme = "README.rst"
1011
license = "MIT"
1112
authors = [
@@ -28,6 +29,7 @@ rye = { dev-dependencies = [
2829
] }
2930

3031
[tool.hatch.build.targets.sdist]
31-
include = [
32-
"/flask_pymemcache",
33-
]
32+
packages = ["src/flask_pymemcache.py"]
33+
34+
[tool.hatch.build.targets.wheel]
35+
packages = ["src/flask_pymemcache.py"]

0 commit comments

Comments
 (0)