14 lines
281 B
Diff
14 lines
281 B
Diff
--- c/setup.py 1970-01-01 08:00:00.000000000 +0800
|
|
+++ a/setup.py 2022-11-22 10:14:02.675655535 +0800
|
|
@@ -0,0 +1,10 @@
|
|
+#!/usr/bin/env python
|
|
+
|
|
+import setuptools
|
|
+
|
|
+if __name__ == "__main__":
|
|
+ setuptools.setup(
|
|
+ name="path",
|
|
+ version="16.5.0"
|
|
+ )
|
|
+
|