Cleanup: rename repo generation script

In attempt to keep this name short, it became acronym-y *and* long. Better
to just pick a clear name which tab-completes.
This commit is contained in:
Ellwood Zwovic
2017-07-20 22:58:17 -07:00
parent 55f11c028f
commit 57f730b04c
2 changed files with 1 additions and 0 deletions

View File

@@ -106,6 +106,7 @@ setup(
author='Ellwood Zwovic', author='Ellwood Zwovic',
author_email='gandalf3@blendermonkey.com', author_email='gandalf3@blendermonkey.com',
packages=['bpkg'], packages=['bpkg'],
scripts=['generate_repository'],
url='https://developer.blender.org/diffusion/BPMA/', url='https://developer.blender.org/diffusion/BPMA/',
platforms='', platforms='',
zip_safe=False, zip_safe=False,