summaryrefslogtreecommitdiff
path: root/graphics/asymptote/GUI/setup.py
blob: a1b25d809a79a9ca8e3c55761a69f875fd253a6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/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/"
)