#!/usr/bin/env python3 from distutils.core import setup setup( name="novelwriter", version="0.2.3", py_modules=["nw"], )