Added build command
This commit is contained in:
@@ -3,7 +3,17 @@ from enum import Enum
|
||||
|
||||
class ProjectSettingsName(Enum):
|
||||
|
||||
dist_path = 'DistPath'
|
||||
excluded_files = 'ExcludedFiles'
|
||||
version = 'Version'
|
||||
project = 'Project'
|
||||
name = 'Name'
|
||||
author = 'Author'
|
||||
description = 'Description'
|
||||
long_description = 'LongDescription'
|
||||
copyright_date = 'CopyrightDate'
|
||||
copyright_name = 'CopyrightName'
|
||||
license_name = 'LicenseName'
|
||||
license_description = 'LicenseDescription'
|
||||
version = 'Version'
|
||||
source_path = 'SourcePath'
|
||||
dist_path = 'DistPath'
|
||||
included = 'Included'
|
||||
excluded = 'Excluded'
|
||||
|
||||
Reference in New Issue
Block a user