File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ name: Python package
55
66on :
77 push :
8- branches : [ master ]
8+ branches : [ master, develop ]
99 pull_request :
10- branches : [ master ]
10+ branches : [ master, develop ]
1111
1212jobs :
1313 build :
Original file line number Diff line number Diff line change 22
33Sifter3 is a Python 3 implementation of the Sieve email filter language (RFC 5228)
44
5- ![ Python package] ( https://github.com/manfred-kaiser /sifter3/workflows/Python%20package/badge.svg )
5+ ![ Python package] ( https://github.com/python-sifter /sifter3/workflows/Python%20package/badge.svg )
66[ ![ Documentation Status] ( https://readthedocs.org/projects/sifter3/badge/?version=latest )] ( https://sifter3.readthedocs.io/en/latest/?badge=latest )
7- [ ![ CodeFactor] ( https://www.codefactor.io/repository/github/manfred-kaiser /sifter3/badge )] ( https://www.codefactor.io/repository/github/manfred-kaiser /sifter3 )
8- [ ![ Github version] ( https://img.shields.io/github/v/release/manfred-kaiser /sifter3?label=github&logo=github )] ( https://github.com/manfred-kaiser /sifter3/releases )
7+ [ ![ CodeFactor] ( https://www.codefactor.io/repository/github/python-sifter /sifter3/badge )] ( https://www.codefactor.io/repository/github/python-sifter /sifter3 )
8+ [ ![ Github version] ( https://img.shields.io/github/v/release/python-sifter /sifter3?label=github&logo=github )] ( https://github.com/python-sifter /sifter3/releases )
99[ ![ PyPI version] ( https://img.shields.io/pypi/v/sifter3.svg?logo=pypi&logoColor=FFE873 )] ( https://pypi.org/project/sifter3/ )
1010[ ![ Supported Python versions] ( https://img.shields.io/pypi/pyversions/sifter3.svg?logo=python&logoColor=FFE873 )] ( https://pypi.org/project/sifter3/ )
1111[ ![ PyPI downloads] ( https://pepy.tech/badge/sifter3/month )] ( https://pepy.tech/project/sifter3/month )
12- [ ![ GitHub] ( https://img.shields.io/github/license/manfred-kaiser /sifter3.svg )] ( LICENSE )
12+ [ ![ GitHub] ( https://img.shields.io/github/license/python-sifter /sifter3.svg )] ( LICENSE )
1313
1414
1515
Original file line number Diff line number Diff line change 1010
1111setup (
1212 name = "sifter3" ,
13- version = "0.2.6 " ,
13+ version = "0.2.7 " ,
1414 author = "Manfred Kaiser, Gary Peck" ,
15151616 url = "https://sifter3.readthedocs.io/en/latest/" ,
2020 long_description_content_type = 'text/markdown' ,
2121 keywords = "sieve email filter parser" ,
2222 project_urls = {
23- 'Source' : 'https://github.com/manfred-kaiser /sifter3' ,
24- 'Tracker' : 'https://github.com/manfred-kaiser /sifter3/issues' ,
23+ 'Source' : 'https://github.com/python-sifter /sifter3' ,
24+ 'Tracker' : 'https://github.com/python-sifter /sifter3/issues' ,
2525 },
2626 python_requires = '>= 3.6' ,
2727 install_requires = [
You can’t perform that action at this time.
0 commit comments