update flake and setup scheme
This commit is contained in:
parent
25ef32dbbb
commit
94b8d29d43
3 changed files with 14 additions and 14 deletions
6
setup.py
6
setup.py
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue