#!/usr/bin/env python3

from setuptools import setup

setup(
    name="orjson",
    url="https://github.com/ijl/orjson",
)