from setuptools.dist import Distribution
DOCLINES = __doc__.strip().split("\n")
os.chdir(os.path.dirname(os.path.abspath(__file__))) // setup.py should be ran from its folder, just in case one tries to execute it from a different folder
CLASSIFIERS = \
Development Status :: 5 - Production/Stable