Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: ccbddf8a0e3aecfbe7d60da6cf0f63225615c5b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[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/
classifers =
    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