Skip to content

Commit

Permalink
Set default user and channel in recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
thejohnfreeman committed Jun 18, 2024
1 parent 7ee4218 commit 41d8cbe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ def set_version(self):
if self.version is None:
self.version = self.metadata['project']['version']

default_user = 'github'
default_channel = 'thejohnfreeman'

license = 'ISC'
author = 'John Freeman <jfreeman08@gmail.com>'

Expand Down

0 comments on commit 41d8cbe

Please sign in to comment.