Skip to content

Commit

Permalink
Merge pull request #1 from justinmayer/project_name
Browse files Browse the repository at this point in the history
Add custom project name to pyproject file
  • Loading branch information
justinmayer authored Jul 7, 2019
2 parents 1978dcc + 2966363 commit b0027f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Release type: patch

Add custom project name to pyproject file.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ pytest-sugar = "^0.9.2"
say-hello = "testproj.hello:hello"

[tool.autopub]
project-name = "TestProj"
git-username = "botpub"
git-email = "botpub@autopub.rocks"

Expand Down

0 comments on commit b0027f1

Please sign in to comment.