mirror of https://github.com/databricks/cli.git
Fix author in setup.py (#761)
Fix author in setup.py showing <no value>
This commit is contained in:
parent
c836194d89
commit
a4e94e1b36
|
@ -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'},
|
||||
|
|
Loading…
Reference in New Issue