We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bba713a commit 77d5a52Copy full SHA for 77d5a52
setup.py
@@ -0,0 +1,8 @@
1
+#!/usr/bin/env python3
2
+
3
+from setuptools import setup
4
5
+setup(
6
+ name="orjson",
7
+ url="https://github.com/ijl/orjson",
8
+)
0 commit comments