Added publish logic
This commit is contained in:
18
src/cpl_cli/configuration/project_settings_name.py
Normal file
18
src/cpl_cli/configuration/project_settings_name.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