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