Skip to content
This repository was archived by the owner on May 29, 2023. It is now read-only.

Commit 2e97a9f

Browse files
Ensure the package name has hyphens. (#3)
1 parent 3785147 commit 2e97a9f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ __pycache__
44
*.pyc
55
*.egg-info
66
.cache
7+
dist/
78

89
.nox
910

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424

2525
setuptools.setup(
26-
name='protoc_docs_plugin',
26+
name='protoc-docs-plugin',
2727
version='0.1.0',
2828
description='Plugin for reading and writing documentation from '
2929
'protobuf files into existing generated protoc output.',

0 commit comments

Comments
 (0)