Skip to content

Commit

Permalink
Correct setup.cfg metadata to allow clean egg building
Browse files Browse the repository at this point in the history
  • Loading branch information
MRigal committed Sep 28, 2021
1 parent 1b81ce6 commit d58e08d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.idea
.vscode
dist
*.egg-info
9 changes: 4 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
[metadata]
name = 'jowo_pre_commit_hooks'
description = 'Some hooks for pre-commit.'
name = jowo_pre_commit_hooks
description = Some hooks for pre-commit.
long_description = file: README.md
long_description_content_type = text/markdown
url = 'https://github.com/jonasundderwolf/pre-commit-hooks'
version = '1.0.0'
url = https://github.com/jonasundderwolf/pre-commit-hooks
version = 1.0.0
author = "Jonas und der Wolf GmbH"
author_email = "[email protected]"

license = MIT
license_file = LICENSE
classifiers =
Expand Down

0 comments on commit d58e08d

Please sign in to comment.