view setup.py @ 196:0f4febf646f5

Prepare for more Python2/3 compatibility: everywhere import print_function and absolute_import
author Franz Glasner <fzglas.hg@dom66.de>
date Thu, 16 Jan 2025 20:01:37 +0100
parents bf77784ee288
children
line wrap: on
line source

#!/usr/bin/env python
# -*- coding: utf-8 -*-

from setuptools import setup

setup()