mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-06-24 00:28:51 -04:00
Merge branch 'declare-build-system' into 'master'
explicitly declare setuptools as the build system See merge request fdroid/fdroidserver!1815
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
|
||||
[build-system]
|
||||
requires = ["setuptools"]
|
||||
|
||||
# We ignore the following PEP8 warnings
|
||||
# * E123: closing bracket does not match indentation of opening bracket's line
|
||||
# - Broken if multiple indentation levels start on a single line
|
||||
|
||||
Reference in New Issue
Block a user