view python/setup.py @ 50:275d04483bf7

Added simple README file to output/ so that the example given in README.md may work
author Emmanouil Theofanis Chourdakis <e.t.chourdakis@qmul.ac.uk>
date Sun, 30 Sep 2018 12:43:14 +0100
parents b11264117ddb
children
line wrap: on
line source
from setuptools import setup

setup(
    name='simscene',
    version='0.1',
    scripts=['simscene.py'],
    author='Emmanouil Chourdakis',
    license='GPLv3'
)