summaryrefslogtreecommitdiff
path: root/repo/python-gpep517/gpep517
diff options
context:
space:
mode:
Diffstat (limited to 'repo/python-gpep517/gpep517')
-rw-r--r--repo/python-gpep517/gpep5176
1 files changed, 6 insertions, 0 deletions
diff --git a/repo/python-gpep517/gpep517 b/repo/python-gpep517/gpep517
new file mode 100644
index 0000000..b8b10c0
--- /dev/null
+++ b/repo/python-gpep517/gpep517
@@ -0,0 +1,6 @@
+#!/usr/bin/python3
+# -*- coding: utf-8 -*-
+import sys
+from gpep517.__main__ import main
+if __name__ == "__main__":
+ sys.exit(main())