#!/usr/bin/env python3

import xasyVersion
from setuptools import setup

setup(
    name="xasy",
    version=xasyVersion.xasyVersion,
    author="Supakorn Rassameemasmuang, Orest Shardt, and John C. Bowman",
    description="User interface for Asymptote, a vector graphics language",
    url="https://asymptote.sourceforge.io",
    download_url="https://sourceforge.net/projects/asymptote/"
)
