Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2023-03-31 18:14:34 +0200
committerGitHub <noreply@github.com>2023-03-31 18:14:34 +0200
commitdc5291f781c8211b535e043fc865f72eb7b70a3f (patch)
tree437734478870b028c1ad8203d92174fbb3fd0ad8 /setup.py
parent1c6b0bae73a02fb91b1670e8527ff2dfb6dc3071 (diff)
Removing legacy build files setup.py and setup.cfg (#1711)
* Removing legacy build and dist files * Bumped requirement for setuptools to deal with dynamic license inclusion * Added dynamic versioning and licensing to pyproject.toml * Clarified the license according to the LICENSE file, GPL-3.0-only
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/setup.py b/setup.py
deleted file mode 100644
index 639e4434..00000000
--- a/setup.py
+++ /dev/null
@@ -1,3 +0,0 @@
-import setuptools # type: ignore
-
-setuptools.setup(package_data={'archinstall': ['locales/*','locales/*/*','locales/*/*/*']}, include_package_data=True)