summaryrefslogtreecommitdiff
path: root/graphics/asymptote/GUI/setup.py
blob: d6a4c0d6a78e8c9a7e15b1838abd482752737040 (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="http://asymptote.sourceforge.net",
    download_url="https://sourceforge.net/projects/asymptote/"
)