This commit is contained in:
2021-03-14 13:22:10 +01:00
parent 5c012ab4a0
commit 7ffd553709
34 changed files with 156 additions and 103 deletions

View File

@@ -15,4 +15,5 @@ class ProjectSettingsNameEnum(Enum):
license_description = 'LicenseDescription'
dependencies = 'Dependencies'
python_version = 'PythonVersion'
python_path = 'PythonPath'
classifiers = 'Classifiers'