1 2 3 4 5 6 7 8
from setuptools import setup setup( name='rpgmap', version='0.1.0', packages=['rpgmap'], scripts=['bin/rpgmap'] )