summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2023-01-19 17:27:01 -0800
committerDavid Lord <davidism@gmail.com>2023-01-19 18:17:03 -0800
commita9c8111d24ba505f6eeae70d768f273c17af6f87 (patch)
tree5f7e92b04a44f4a9308f4d5e27d6be54f188d56f /setup.py
parent048a06869755877d173ec1ee4ea226139788d34c (diff)
downloadjinja2-a9c8111d24ba505f6eeae70d768f273c17af6f87.tar.gz
switch to pyproject.toml
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/setup.py b/setup.py
deleted file mode 100644
index 79d0708..0000000
--- a/setup.py
+++ /dev/null
@@ -1,8 +0,0 @@
-from setuptools import setup
-
-# Metadata goes in setup.cfg. These are here for GitHub's dependency graph.
-setup(
- name="Jinja2",
- install_requires=["MarkupSafe>=2.0"],
- extras_require={"i18n": ["Babel>=2.7"]},
-)