#!/usr/bin/env python from setuptools import setup if __name__ == "__main__": setup( name = "flufl.i18n", # name version = "4.1.1", # version )