Skip to content

Commit

Permalink
Merge branch 'main' into code_cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
iamh2o authored Oct 30, 2023
2 parents e423787 + 0ecc485 commit bdc7f55
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<img src=zebra_day/imgs/bar_red.png>

## zebra_day Overview [v0.1.11 PreRelease](https://github.com/Daylily-Informatics/zebra_day/releases/tag/v0.1.11)

## zebra_day Overview [v0.2.0](https://github.com/Daylily-Informatics/zebra_day/releases/tag/v0.2.0)


<ul>

Expand Down Expand Up @@ -502,3 +504,9 @@ If it will work on AWS, it will work anyplace really.
## Docker
I'm not anti, but am not putting time towards this anytime soon.
# BadgeLand
[![Python CI](https://github.com/Daylily-Informatics/zebra_day/actions/workflows/main.yaml/badge.svg)](https://github.com/Daylily-Informatics/zebra_day/actions/workflows/main.yaml)
<br>
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
from setuptools import setup, find_packages

setup(
name="zebra_day",
version="0.1.11b",
description="A Python library to manage a zebra printer fleet and an api for ZPL print requests.",
author="John Major",
author_email="john@daylilyinformatics.com",
url="https://github.com/Daylily-Informatics/zebra_day",
name='zebra_day',
version='0.2.0',
description='A Python library to manage a zebra printer fleet and an api for ZPL print requests.',
author='John Major',
author_email='john@daylilyinformatics.com',
url='https://github.com/Daylily-Informatics/zebra_day',
packages=find_packages(),
install_requires=["yaml_config_day==0.0.5", "requests", "pytz==2023.3.post1", "cherrypy==18.8.0", "ipython==8.16.1", "pytest"],
include_package_data=True,
Expand Down

0 comments on commit bdc7f55

Please sign in to comment.