mirror of
https://github.com/python-escpos/python-escpos
synced 2025-10-23 09:30:00 +00:00
Compare commits
5 Commits
v3.0a6
...
update-rea
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ea9a7b3fbb | ||
|
|
02a47d413c | ||
|
|
1f9e7bd45a | ||
|
|
062660e00f | ||
|
|
6a8cc54b97 |
10
.readthedocs.yml
Normal file
10
.readthedocs.yml
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
version: 2
|
||||||
|
formats:
|
||||||
|
- pdf
|
||||||
|
- epub
|
||||||
|
python:
|
||||||
|
version: 3.7
|
||||||
|
install:
|
||||||
|
- requirements: doc/requirements.txt
|
||||||
|
- method: setuptools
|
||||||
|
path: .
|
||||||
@@ -1,22 +1,6 @@
|
|||||||
*********
|
*********
|
||||||
Changelog
|
Changelog
|
||||||
*********
|
*********
|
||||||
2019-06-19 - Version 3.0a6 - "Mistake not..."
|
|
||||||
---------------------------------------------
|
|
||||||
This release is the seventh alpha release of the new version 3.0.
|
|
||||||
Please be aware the the API is subject to change until v3.0 is
|
|
||||||
released.
|
|
||||||
|
|
||||||
changes
|
|
||||||
^^^^^^^
|
|
||||||
- fix inclusion of the capabilities-file
|
|
||||||
- execute CI jobs also on Windows and macOS-targets
|
|
||||||
- improve documentation
|
|
||||||
|
|
||||||
contributors
|
|
||||||
^^^^^^^^^^^^
|
|
||||||
- Patrick Kanzler
|
|
||||||
|
|
||||||
2019-06-16 - Version 3.0a5 - "Lightly Seared On The Reality Grill"
|
2019-06-16 - Version 3.0a5 - "Lightly Seared On The Reality Grill"
|
||||||
------------------------------------------------------------------
|
------------------------------------------------------------------
|
||||||
This release is the sixth alpha release of the new version 3.0. Please
|
This release is the sixth alpha release of the new version 3.0. Please
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
include *.rst
|
include *.rst
|
||||||
include *.txt
|
include *.txt
|
||||||
|
include COPYING
|
||||||
include LICENSE
|
include LICENSE
|
||||||
include INSTALL
|
include INSTALL
|
||||||
include tox.ini
|
include tox.ini
|
||||||
|
|||||||
@@ -1,7 +0,0 @@
|
|||||||
formats:
|
|
||||||
- pdf
|
|
||||||
- epub
|
|
||||||
requirements_file: doc/requirements.txt
|
|
||||||
python:
|
|
||||||
version: 2
|
|
||||||
setup_py_install: true
|
|
||||||
2
setup.py
2
setup.py
@@ -56,7 +56,7 @@ setup(
|
|||||||
platforms='any',
|
platforms='any',
|
||||||
package_dir={"": "src"},
|
package_dir={"": "src"},
|
||||||
packages=find_packages(where="src", exclude=["tests", "tests.*"]),
|
packages=find_packages(where="src", exclude=["tests", "tests.*"]),
|
||||||
package_data={'escpos': ['capabilities.json']},
|
package_data={'': ['COPYING', 'src/escpos/capabilities.json']},
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 4 - Beta',
|
'Development Status :: 4 - Beta',
|
||||||
|
|||||||
Reference in New Issue
Block a user