Skip to content

Commit

Permalink
unbreak module format, tag for release
Browse files Browse the repository at this point in the history
  • Loading branch information
fastily committed Jul 26, 2020
1 parent 5e607e7 commit 57357b9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
Empty file removed __init__.py
Empty file.
1 change: 1 addition & 0 deletions jinja2html/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

File renamed without changes.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,19 @@

setuptools.setup(
name="jinja2html",
version="0.3.0",
version="0.2.1",
author="Fastily",
author_email="[email protected]",
description="friendly generation of websites with jinja2 templates",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/fastily/jinja2html",
include_package_data=True,
packages=setuptools.find_packages(),
install_requires=['beautifulsoup4', 'Jinja2', 'lxml', 'watchdog', 'websockets'],
entry_points={
'console_scripts': [
'jinja2html = jinja2html:main'
'jinja2html = jinja2html:__main__.main'
]
},
classifiers=[
Expand All @@ -27,4 +28,5 @@
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: OS Independent",
],
python_requires='>=3.7',
)

0 comments on commit 57357b9

Please sign in to comment.