Skip to content

Commit

Permalink
update modules in setup.py, and black-pack
Browse files Browse the repository at this point in the history
  • Loading branch information
relleums committed Jun 13, 2024
1 parent ffdc3ad commit c13db4a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7"]
python-version: ["3.9"]

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
##################
svg-cartesian-plot
##################
|TestStatus| |PyPiStatus| |BlackStyle| |PackStyleBlack| |LicenseBadge|
|TestStatus| |PyPiStatus| |BlackStyle| |BlackPackStyle| |LicenseBadge|

Make plots in scaleable-vector-graphics (svg).
Create plots and graphics that you can modify further in e.g. inkscape.
Expand All @@ -20,7 +20,7 @@ Create plots and graphics that you can modify further in e.g. inkscape.
.. |PyPiStatus| image:: https://img.shields.io/pypi/v/svg_cartesian_plot
:target: https://pypi.org/project/svg_cartesian_plot

.. |PackStyleBlack| image:: https://img.shields.io/badge/pack%20style-black-000000.svg
.. |BlackPackStyle| image:: https://img.shields.io/badge/pack%20style-black-000000.svg
:target: https://github.com/cherenkov-plenoscope/black_pack

.. |LicenseBadge| image:: https://img.shields.io/badge/License-MIT-yellow.svg
Expand Down
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
url="https://github.com/cherenkov-plenoscope/svg_cartesian_plot",
packages=[
"svg_cartesian_plot",
"svg_cartesian_plot.text",
"svg_cartesian_plot.color",
"svg_cartesian_plot.image",
],
package_data={"svg_cartesian_plot": []},
install_requires=["svgwrite"],
Expand Down

0 comments on commit c13db4a

Please sign in to comment.