Renamed by internal conventions
This commit is contained in:
18
src/cpl_cli/configuration/project_settings_name_enum.py
Normal file
18
src/cpl_cli/configuration/project_settings_name_enum.py
Normal file
@@ -0,0 +1,18 @@
|
||||
from enum import Enum
|
||||
|
||||
|
||||
class ProjectSettingsName(Enum):
|
||||
|
||||
name = 'Name'
|
||||
version = 'Version'
|
||||
author = 'Author'
|
||||
author_email = 'AuthorEmail'
|
||||
description = 'Description'
|
||||
long_description = 'LongDescription'
|
||||
url = 'URL'
|
||||
copyright_date = 'CopyrightDate'
|
||||
copyright_name = 'CopyrightName'
|
||||
license_name = 'LicenseName'
|
||||
license_description = 'LicenseDescription'
|
||||
dependencies = 'Dependencies'
|
||||
python_version = 'PythonVersion'
|
||||
Reference in New Issue
Block a user