index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2023-03-31 18:14:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-31 18:14:34 +0200 |
commit | dc5291f781c8211b535e043fc865f72eb7b70a3f (patch) | |
tree | 437734478870b028c1ad8203d92174fbb3fd0ad8 /setup.cfg | |
parent | 1c6b0bae73a02fb91b1670e8527ff2dfb6dc3071 (diff) |
-rw-r--r-- | setup.cfg | 43 |
diff --git a/setup.cfg b/setup.cfg deleted file mode 100644 index fd73ff92..00000000 --- a/setup.cfg +++ /dev/null @@ -1,43 +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 -keywords = linux, arch, archinstall, installer -license = GPL -license_files = - LICENSE -project_urls = - Source = https://github.com/archlinux/archinstall - Documentation = https://archinstall.readthedocs.io/ -classifiers = - "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", - "Programming Language :: Python :: 3.8", - "Programming Language :: Python :: 3.9", - "Programming Language :: Python :: 3.10", - "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", - "Operating System :: POSIX :: Linux", - -[options] -packages = find: -python_requires = >= 3.10 -zip_safe = True -include_package_data = True - -[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 |