index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-07-30 23:21:17 +0000 |
---|---|---|
committer | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-07-30 23:21:17 +0000 |
commit | 850d0d2ec9cbb598f52b41ce24b38f4df0fbd383 (patch) | |
tree | 4374eec0d0e3fec7ce6de200961f87c308b27df3 /setup.py | |
parent | 196d4a178e75c7e3017ca097cb51f34ea4a1472c (diff) |
-rw-r--r-- | setup.py | 4 |
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh: setuptools.setup( name="archinstall", - version="v2.0.4rc2", + version="v2.0.4rc3", author="Anton Hvornum", author_email="anton@hvornum.se", description="Arch Linux installer - guided, templates etc.", @@ -20,4 +20,4 @@ setuptools.setup( ], python_requires='>=3.8', package_data={'archinstall': glob.glob('examples/*.py') + glob.glob('profiles/*.py')}, -)
\ No newline at end of file +) |