Dylan M. Taylor
c3310d01b7
Modify setuptools configuration to fix development ISOs ( #969 )
...
* Testing modifying setup.py to see if it fixes development ISOs
* Update setup.py
* Try this workaround
* This is ugly and I hate it, but it seems to work.
* Drop extra '
2022-02-12 18:58:41 +01:00
Dylan Taylor
e111dd9bc1
Final whitespace changes I think
2021-05-15 13:04:18 -04:00
advaithm
69d079e63a
some type hint fixes and a bad catch fix
2021-05-12 15:45:45 +05:30
Pyfisch
7f691ce1c9
Switch to setup.cfg
...
Configure setup.cfg to find all Python packages.
Add more metadata to package.
2021-04-05 15:59:10 +02:00
Rafael Fontenelle
5a321d6ce5
Update repo to archlinux/archinstall
2021-04-04 11:52:51 -03:00
Anton Hvornum
7764804d4c
Added application profiles to the setup.py
...
Otherwise local lookups for application specific profiles will break/be missing.
2020-12-06 12:37:51 +01:00
Lord Anton Hvornum
667e06c63e
Fixed an issue where python's setuptools didn't like running bdist_wheel. Causing issues upstream on pypi because examples/ and VERSION would be missing for instance.
2020-11-08 14:11:24 +01:00
Lord Anton Hvornum
f5230fcb30
Attempting to fix pypi build issues.
2020-11-08 13:22:59 +01:00
Anton Hvornum
a2e676261a
Added missing function reboot(). Also tweaked the build scripts so that they fetch a common version from the file VERSION. And some spelling tweaks for the log output.
2020-08-20 12:25:21 +00:00
Anton Hvornum
2dea2426b2
Version bump rc4
2020-08-04 11:36:07 +02:00
Anton Hvornum
850d0d2ec9
Version bump.
2020-07-30 23:21:17 +00:00
Anton Hvornum
5b0f4f99d6
Version bump to: v2.0.4rc2
2020-07-22 14:22:42 +00:00
Anton Hvornum
047aa0d15a
Release party: 2.0.3 is tested.
2020-07-08 22:51:43 +00:00
Anton Hvornum
b0ca5c9107
versionbump in setup.py
2020-07-08 22:23:01 +00:00
Anton Hvornum
ebcb5ae795
Fixed a bug where minimal_installation() didn't return anything.
2020-07-08 22:22:24 +00:00
Anton Hvornum
ef7ebfc394
Added debugging
2020-07-08 22:11:22 +00:00
Anton Hvornum
dbbb52de3e
versionbump in setup.py
2020-07-08 21:56:47 +00:00
Anton Hvornum
d7a9310a3a
versionbump in setup.py
2020-07-08 21:12:40 +00:00
Anton Hvornum
466b892fe8
versionbump in setup.py
2020-07-08 21:07:49 +00:00
Anton Hvornum
1fabd5c566
Swapped crypted and unencrypted logic.
2020-07-08 17:57:04 +00:00
Anton Hvornum
a53483ee8f
Version bump in setup.py
2020-07-08 17:46:31 +00:00
Anton Hvornum
a5f8dc6c68
Version bump in setup.py
2020-07-08 16:43:00 +00:00
Anton Hvornum
a8b2e9d80b
Added debug to pacstrap of base and linux
2020-07-08 16:28:25 +00:00
Anton Hvornum
27d0da9b30
Version bump in setup.py
2020-07-08 16:13:14 +00:00
Anton Hvornum
078567f81c
Using two different methods for encrypted/non encrypted drives.
2020-07-08 15:43:54 +00:00
Anton Hvornum
99944634e3
Version bump in setup.py
2020-07-08 15:18:24 +00:00
Anton Hvornum
24a384cddb
Version bump in setup.py
2020-07-08 14:51:29 +00:00
Anton Hvornum
61f2e3c04b
Version change
2020-07-08 14:31:14 +00:00
Anton Hvornum
614d6374b8
Forgot to split the path, assumed it was a list
2020-07-08 13:42:48 +00:00
Anton Hvornum
3e97b1e93c
rc6: Fixed an issue where 'which' doesn't return the binary absolute path. This due to which being a builtin bash thing, and for whatever reason that stopped working when running as a module, so created locate_binary(name:str) which uses the PATH variable just as which does to find the binary's absolute path
2020-07-08 13:38:15 +00:00
Anton Hvornum
fc4790b33c
Added symlinks instead of copying when building. Also mofied the __file__ path in __main__.py as it was pointing a bit off for some reason
2020-07-08 13:22:05 +00:00
Anton Hvornum
027f6695bf
Adding symlink to examples.
2020-07-08 12:34:22 +00:00
Anton Hvornum
4fd34c9754
v2.0.2
2020-07-07 23:57:04 +00:00
Anton Hvornum
60f581319f
Added pythons -m module support. __main__.py is the main module entry path, and setup.py now includes the examples (which as been renamed for more convenient module importing) which - enables __main__.py to locate the examples and import them via importlib and execute them.
2020-07-07 23:56:17 +00:00
Anton Hvornum
e54e870f51
Hotfix for pypi
2020-07-06 22:56:46 +02:00
Anton Hvornum
7545b128d8
Prepped readme for pypi. Also updated setup.py to reflect a better project name when uploading to pypi.
2020-07-06 22:52:54 +02:00
Anton Hvornum
b4a6f03b96
Converted the lib to a pip supported structure to make packaging easier. Also tweaked some minor issues and added the AUR function
2020-07-06 18:44:42 +02:00