Skip to content

Commit

Permalink
update project layout
Browse files Browse the repository at this point in the history
  • Loading branch information
methane committed Mar 8, 2024
1 parent 196ea01 commit e64c0ee
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
7 changes: 0 additions & 7 deletions .travis.yml

This file was deleted.

9 changes: 7 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@ pymemcache_ integration for Flask

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

.. image:: https://travis-ci.org/KLab/Flask-PyMemcache.png
:target: https://travis-ci.org/KLab/Flask-PyMemcache
Install
-------

..code-block:: bash

pip install Flask-PyMemcache


Initialize
----------
Expand Down
8 changes: 5 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ build-backend = "hatchling.build"
name = "Flask-PyMemcache"
version = "0.0.6"
description = "pymemcache integration for Flask"
requires-python = ">=3.7"
readme = "README.rst"
license = "MIT"
authors = [
Expand All @@ -28,6 +29,7 @@ rye = { dev-dependencies = [
] }

[tool.hatch.build.targets.sdist]
include = [
"/flask_pymemcache",
]
packages = ["src/flask_pymemcache.py"]

[tool.hatch.build.targets.wheel]
packages = ["src/flask_pymemcache.py"]
File renamed without changes.
File renamed without changes.

0 comments on commit e64c0ee

Please sign in to comment.