Skip to content

Commit

Permalink
Deploy Travis CI build 1279 to GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
travis-ci committed May 19, 2020
1 parent 31e35e3 commit 3b58752
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
**The MIT License (MIT)**

Copyright © 2020, Jace Browning
Copyright © 2020, Your Name

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions bin/update
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import sys
CWD = os.getcwd()
TMP = tempfile.gettempdir()
CONFIG = {
"full_name": "Jace Browning",
"email": "jacebrowning@gmail.com",
"full_name": "Your Name",
"email": "you@yourdomain.com",
"github_username": "jacebrowning",
"github_repo": "template-python-demo",
"default_branch": "master",
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
site_name: TemplateDemo
site_description: Sample project generated from Jace's Python Template.
site_author: Jace Browning
site_author: Your Name

repo_url: https://github.com/jacebrowning/template-python-demo
edit_uri: https://github.com/jacebrowning/template-python-demo/edit/master/docs
Expand Down
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = "Sample project generated from Jace's Python Template."

license = "MIT"

authors = ["Jace Browning <jacebrowning@gmail.com>"]
authors = ["Your Name <you@yourdomain.com>"]

readme = "README.md"

Expand Down

0 comments on commit 3b58752

Please sign in to comment.