-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from mycodeplug/main
refresh pypi release
- Loading branch information
Showing
11 changed files
with
379 additions
and
149 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
""" | ||
dzcb - DMR Zone Channel Builder | ||
dzcb: DMR Zone Channel Builder | ||
Automatically build digital channels from zone descriptions. | ||
Fetch - fetch input files from local directories or urls | ||
Assemble - combine information from multiple sources | ||
Filter - rename, exclude, reorder zones, and talkgroups | ||
Format - output to common export formats | ||
""" | ||
|
||
from pkg_resources import get_distribution | ||
|
||
__version__ = get_distribution(__name__).version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.