update flake and setup scheme

This commit is contained in:
Denis Lehmann 2021-07-15 09:43:43 +02:00
parent 25ef32dbbb
commit 94b8d29d43
3 changed files with 14 additions and 14 deletions

View file

@ -1,4 +1,10 @@
from setuptools import setup
import os
import shutil
if not os.path.exists("bin"):
os.makedirs("bin")
shutil.copyfile("huepaper.py", "bin/huepaper")
setup(
name="huepaper",