mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-22 18:55:29 +03:00
15 lines
389 B
Diff
15 lines
389 B
Diff
commit d5d5ef1473bd1163f1309ca83642a1be2a96c5b5
|
|
Author: Francesco Colista <fcolista@alpinelinux.org>
|
|
Date: Tue May 19 18:56:39 2020 +0000
|
|
|
|
added setup.py to build package with setuptools
|
|
|
|
diff --git a/setup.py b/setup.py
|
|
new file mode 100644
|
|
index 0000000..ebe2f51
|
|
--- /dev/null
|
|
+++ b/setup.py
|
|
@@ -0,0 +1,3 @@
|
|
+#!/usr/bin/env python3
|
|
+from pyproject2setuppy.main import main
|
|
+main()
|