initial python packaging and nix flake

This commit is contained in:
ihaveahax
2026-01-08 17:42:35 -06:00
parent c61b2bf168
commit 09dbf134f1
14 changed files with 455 additions and 31 deletions

10
custominstall/__init__.py Normal file
View File

@@ -0,0 +1,10 @@
# This file is a part of custom-install.
#
# Copyright (c) 2019 Ian Burgwin
# This file is licensed under The MIT License (MIT).
# You can find the full license text in LICENSE.md in the root of this project.
__author__ = 'ihaveahax'
__copyright__ = 'Copyright (c) 2019 Ian Burgwin'
__license__ = 'MIT'
__version__ = '2.1'