1#!/usr/local/bin/python3.8 2 3import xasyVersion 4from setuptools import setup 5 6setup( 7 name="xasy", 8 version=xasyVersion.xasyVersion, 9 author="Supakorn Rassameemasmuang, Orest Shardt, and John C. Bowman", 10 description="User interface for Asymptote, a vector graphics language", 11 url="http://asymptote.sourceforge.net", 12 download_url="https://sourceforge.net/projects/asymptote/" 13) 14