from distutils.core import setup setup( name='wireguard-nat-nftables', version='0.0.1', scripts=['wireguard-nat-nftables.py'] )