Skip to content

Commit 77d5a52

Browse files
committedNov 7, 2019
setup.py
1 parent bba713a commit 77d5a52

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

‎setup.py

+8
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)
Please sign in to comment.