Update .gitignore
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -39,3 +39,4 @@ cmake-build*/**
|
|||||||
puml/**
|
puml/**
|
||||||
.vscode/settings.json
|
.vscode/settings.json
|
||||||
CMakeUserPresets.json
|
CMakeUserPresets.json
|
||||||
|
.claude
|
||||||
|
@@ -6,7 +6,7 @@ from conan.tools.files import copy
|
|||||||
|
|
||||||
class PlatformConan(ConanFile):
|
class PlatformConan(ConanFile):
|
||||||
name = "pyclassifiers"
|
name = "pyclassifiers"
|
||||||
version = "1.0.3"
|
version = "X.X.X"
|
||||||
|
|
||||||
# Binary configuration
|
# Binary configuration
|
||||||
settings = "os", "compiler", "build_type", "arch"
|
settings = "os", "compiler", "build_type", "arch"
|
||||||
|
Reference in New Issue
Block a user