Fix author in setup.py (#761)

Fix author in setup.py showing <no value>
This commit is contained in:
Lennart Kats (databricks) 2023-09-11 10:59:48 +02:00 committed by GitHub
parent c836194d89
commit a4e94e1b36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ setup(
name="{{.project_name}}",
version={{.project_name}}.__version__,
url="https://databricks.com",
author="{{.user_name}}",
author="{{user_name}}",
description="my test wheel",
packages=find_packages(where='./src'),
package_dir={'': 'src'},