#144 Remove Conan remotes (#145)

- Since liuv is official in Conan Center, we no loger need to force
  Bincrafters' remote in CPT list.
- Add topics attribute. All topics are present on Github project page.

Signed-off-by: Uilian Ries <uilianries@gmail.com>
This commit is contained in:
Uilian Ries 2019-01-29 19:29:28 -02:00 committed by Michele Caini
parent 8fbb39fd52
commit 7c043fae5e
2 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,6 @@ if __name__ == "__main__":
builder = ConanMultiPackager(reference=get_reference(),
username=get_username(),
upload=get_upload(),
remotes="https://api.bintray.com/conan/bincrafters/public-conan",
test_folder=test_folder,
stable_branch_pattern=r'v?\d+\.\d+\.\d+.*',
upload_only_when_stable=upload_when_stable())

View File

@ -9,6 +9,7 @@ class UVMConan(ConanFile):
homepage = "https://github.com/skypjack/uvw"
url = homepage
license = "MIT"
topics = ("conan", "uvw", "libuv", "header-only", "wrapper", "event-loop")
author = "Michele Caini <michele.caini@gmail.com>"
exports = "LICENSE"
exports_sources = "src/*"