-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
John Major
committed
Dec 30, 2023
1 parent
060df0e
commit 1f9baf4
Showing
3 changed files
with
11 additions
and
2 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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
setup( | ||
name='zebra_day', | ||
version='0.3.0.7', | ||
version='0.3.0.8', | ||
description='A Python library to manage a zebra printer fleet and an api for ZPL print requests.', | ||
author='John Major', | ||
author_email='[email protected]', | ||
|
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,8 +1,14 @@ | ||
Metadata-Version: 2.1 | ||
Name: zebra-day | ||
Version: 0.3.0.5 | ||
Version: 0.3.0.7 | ||
Summary: A Python library to manage a zebra printer fleet and an api for ZPL print requests. | ||
Home-page: https://github.com/Daylily-Informatics/zebra_day | ||
Author: John Major | ||
Author-email: [email protected] | ||
License-File: LICENSE | ||
Requires-Dist: yaml_config_day==0.0.5 | ||
Requires-Dist: requests | ||
Requires-Dist: pytz==2023.3.post1 | ||
Requires-Dist: cherrypy==18.8.0 | ||
Requires-Dist: ipython==8.16.1 | ||
Requires-Dist: pytest |
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