Skip to content

Commit

Permalink
Publish to PyPi
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelpoi committed Dec 27, 2024
1 parent d648a89 commit 3768b2b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
python-version: ["3.9"]
python-version: ["3.12"]

steps:
- uses: actions/checkout@v4
Expand Down
7 changes: 5 additions & 2 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2024 Mykhailo Poienko
Copyright (c) 2024 django-sendmail authors (see AUTHORS.rst file)

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand All @@ -17,4 +17,7 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

django-sendmail contains the code (in django_compressor.py) from django-compressor
(https://github.com/django-compressor/django-compressor).
2 changes: 1 addition & 1 deletion sendmail/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4, 1, 4
4, 0
9 changes: 8 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,17 @@
zip_safe=False,
include_package_data=True,
package_data={'': ['README.md']},
install_requires=['Django>=4', 'django-ckeditor>=6', 'lxml>=5', 'nh3'],
install_requires=['Django>=4.0', 'django-ckeditor>=6.0', 'lxml>=5.0', 'nh3=>0.2'],
extras_require={
'jsoneditor': ['django-jsoneditor>=0.2.0']
},
keywords=[
'django', 'email', 'sendmail', 'template', 'async', 'celery'
],
project_urls={
'Documentation': 'https://django-sendmail.readthedocs.io/en/latest/',
'Source': 'https://github.com/jrief/django-sendmail'
},
classifiers=[
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
Expand Down

0 comments on commit 3768b2b

Please sign in to comment.