This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[tool.poetry] | |
name = "mypkg" | |
version = "0.1.0" | |
description = "mypkg" | |
classifiers = [ | |
"Private :: Do Not Upload", | |
] | |
[tool.poetry.build] | |
generate-setup-file = false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading configuration file /home/mpnv38/.config/pypoetry/config.toml | |
Using virtualenv: /home/mpnv38/.cache/pypoetry/virtualenvs/zetta-oJ7qmDvX-py3.8 | |
Updating dependencies | |
Resolving dependencies... | |
1: fact: zetta is 0.1.0 | |
1: derived: zetta | |
1: fact: zetta depends on PySimpleGUI (>=4.18.1) | |
1: fact: zetta depends on numpy (>=1.19.5) | |
1: fact: zetta depends on pillow (>=8.3.2) | |
1: fact: zetta depends on PyYAML (>=5.4.1) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[tool.poetry] | |
name = "zetta" | |
version = "0.1.0" | |
description = "example project" | |
classifiers = [ | |
"Private :: Do Not Upload", | |
] | |
[tool.poetry.build] | |
generate-setup-file = false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cmake_minimum_required(VERSION 2.8.11) | |
project(cmake_wrapper) | |
include(conanbuildinfo.cmake) | |
conan_basic_setup() | |
if (CONAN_COMPILE_DEFINITIONS_FLANN MATCHES "FLANN_STATIC") | |
set(FLANN_USE_STATIC ON) | |
endif() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2020-04-26T14:47:26.062Z","extensionVersion":"v3.4.3"} |