Commit Graph

8 Commits

Author SHA1 Message Date
Caio Fontes 2b8efb996b
enforce E501 in setup.py (MR 2058) 2021-06-06 19:21:25 +02:00
Oliver Smith 9bbe78328f
setup.py: change devel status: alpha -> stable
pmbootstrap is fairly stable now, time to let setup.py and pypi.org
reflect it.
2020-07-11 16:19:52 +02:00
Minecrell 527f5a9512
Update required Python version to 3.6+ (!1879)
We need Python 3.5+ for recursive (**) globs.
While we are at it, we might as well require Python 3.6
so we can use f-strings in the future.
2020-03-14 08:39:13 +01:00
Oliver Smith fe1c1dfe2d
setup.py: description is written in markdown
This should make it look pretty on pypi. Closes #1679.
2018-10-12 09:07:30 +02:00
Luca Weiss 120822aa2f
Restore not-redundant "include_package_data" line
Due to build caches removing that line still installed the files but in
a clean build, the directive is needed.

Fixes #1661 (again)
2018-10-08 21:41:45 +02:00
Oliver Smith 1f8832c4cc install apk keys and binfmt data with setup.py 2018-09-17 10:06:57 +00:00
Grant Miller 7eaf9de000 Implement bash tab completion 2018-08-27 21:35:05 +00:00
Yuval Adam b6003a2815 Close #327: Add initial setup.py (#443) 2017-09-02 19:30:40 +00:00