From 3b58752410ef737e56b93486347832c6f9f91e59 Mon Sep 17 00:00:00 2001 From: travis-ci Date: Tue, 19 May 2020 21:58:03 +0000 Subject: [PATCH] Deploy Travis CI build 1279 to GitHub --- LICENSE.md | 2 +- bin/update | 4 ++-- mkdocs.yml | 2 +- poetry.lock | 6 +++--- pyproject.toml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 3db1d2bc..881050f8 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -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 diff --git a/bin/update b/bin/update index 29546949..436bc3fa 100755 --- a/bin/update +++ b/bin/update @@ -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", diff --git a/mkdocs.yml b/mkdocs.yml index cec6c7d7..22ed3881 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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 diff --git a/poetry.lock b/poetry.lock index b352dc81..47098cd2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -398,7 +398,7 @@ description = "Core utilities for Python packages" name = "packaging" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" -version = "20.3" +version = "20.4" [package.dependencies] pyparsing = ">=2.0.2" @@ -1032,8 +1032,8 @@ nose = [ {file = "nose-1.3.7.tar.gz", hash = "sha256:f1bffef9cbc82628f6e7d7b40d7e255aefaa1adb6a1b1d26c69a8b79e6208a98"}, ] packaging = [ - {file = "packaging-20.3-py2.py3-none-any.whl", hash = "sha256:82f77b9bee21c1bafbf35a84905d604d5d1223801d639cf3ed140bd651c08752"}, - {file = "packaging-20.3.tar.gz", hash = "sha256:3c292b474fda1671ec57d46d739d072bfd495a4f51ad01a055121d81e952b7a3"}, + {file = "packaging-20.4-py2.py3-none-any.whl", hash = "sha256:998416ba6962ae7fbd6596850b80e17859a5753ba17c32284f67bfff33784181"}, + {file = "packaging-20.4.tar.gz", hash = "sha256:4357f74f47b9c12db93624a82154e9b120fa8293699949152b22065d556079f8"}, ] parso = [ {file = "parso-0.7.0-py2.py3-none-any.whl", hash = "sha256:158c140fc04112dc45bca311633ae5033c2c2a7b732fa33d0955bad8152a8dd0"}, diff --git a/pyproject.toml b/pyproject.toml index 048b801f..99f6286a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ description = "Sample project generated from Jace's Python Template." license = "MIT" -authors = ["Jace Browning "] +authors = ["Your Name "] readme = "README.md"