summaryrefslogtreecommitdiff
path: root/graphics/asymptote/GUI/setup.py
blob: e49e3468d7fbaa5f006dcca201fc455e6a150308 (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/"
)