Closed sh4nks closed 3 years ago
btw, I'd remove the Fork association with the branch - this will give this repo more coverage on GitHub.
Wow, thanks @sh4nks! Lots to look at.
Nice to know that people are still interested in this project. Honestly, I haven't had much time to give it love the past few years, it seems that people these days are using Go more than Python where I live.
Let me get this merged, working locally and cut a new release with a major bump up to 1.0.0 on PyPI.
(I did notice Travis dropped off the radar a while ago, but haven't really had a chance to go over my old repos and update them to this millennium. I should do some spring cleaning clearly.)
Thanks so much for your help @sh4nks. Everything ran well locally once I installed pytest-cov
.
Time to dust off the old Python hat and go through my repos and get them working with Python 3.
I've published a new release to PyPI, you can see here: https://pypi.org/project/Flask-Themes2/1.0.0/
Given the occasion and 1.0 I've also reclassified it as Development Status :: 5 - Production/Stable
. If my memory serves me correctly some part of the French government uses this, so I'll call that battle tested production ready code.
If there's anything else you need, let me know.
Hey @sysr-q, you are welcome and thanks for merging and pushing a new release so fast!
Hi,
this PR depends on #11. It adds and enhances following stuff:
Makefile
,make.bat
andconf.py
by usingsphinx-quickstart
. This also allows us to use the alabasta theme which looks almost identical to the integratedflask_small
theme.long_description
by the way, travis-ci.org is no more - you should consider switching to GitHub Actions or a similar CI.
Let me know what you think.
The tests pass on my machine: