Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-04-02 13:50:24 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2023-04-02 13:50:24 +0200
commitaf7ab9833c9f9944874f0162ae0975175ddc628d (patch)
treec486d4948b5994125f95c8aa1d61a059c1351127 /setup.cfg
parent2caad35a885f9be30d5bf79a47f5456f276ae67b (diff)
parent6e3c6f8863041b54f6d8cf7af37f9719c493eadd (diff)
Merge branch 'upstreamMaster'
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg39
1 files changed, 0 insertions, 39 deletions
diff --git a/setup.cfg b/setup.cfg
deleted file mode 100644
index 8c9c087e..00000000
--- a/setup.cfg
+++ /dev/null
@@ -1,39 +0,0 @@
-[metadata]
-name = archinstall
-version = attr: archinstall.__version__
-description = Arch Linux installer - guided, templates etc.
-author = Anton Hvornum
-author_email = anton@hvornum.se
-long_description = file: README.md
-long_description_content_type = text/markdown
-license = GPL
-license_files =
- LICENSE
-project_urls =
- Source = https://github.com/archlinux/archinstall
- Documentation = https://archinstall.readthedocs.io/
-classifiers =
- Programming Language :: Python :: 3
- Programming Language :: Python :: 3.8
- Programming Language :: Python :: 3.9
- License :: OSI Approved :: GNU General Public License v3 (GPLv3)
- Operating System :: POSIX :: Linux
-
-[options]
-packages = find:
-python_requires = >= 3.8
-
-[options.packages.find]
-include =
- archinstall
- archinstall.*
-
-[options.package_data]
-archinstall =
- examples/*.py
- profiles/*.py
- profiles/applications/*.py
-
-[options.entry_points]
-console_scripts =
- archinstall = archinstall:run_as_a_module