Skip to content

Instantly share code, notes, and snippets.

View AndreasAlbert's full-sized avatar

Andreas Albert AndreasAlbert

View GitHub Profile
@innovia
innovia / package.py
Last active December 21, 2022 06:52
from setuptools import Command
import shlex
import subprocess
import os
WHEELHOUSE = "wheelhouse"
class Package(Command):
"""Package Code and Dependencies into wheelhouse"""