File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ name: Python package
5
5
6
6
on :
7
7
push :
8
- branches : [ master ]
8
+ branches : [ master, develop ]
9
9
pull_request :
10
- branches : [ master ]
10
+ branches : [ master, develop ]
11
11
12
12
jobs :
13
13
build :
Original file line number Diff line number Diff line change 2
2
3
3
Sifter3 is a Python 3 implementation of the Sieve email filter language (RFC 5228)
4
4
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 )
6
6
[ ![ 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 )
9
9
[ ![ PyPI version] ( https://img.shields.io/pypi/v/sifter3.svg?logo=pypi&logoColor=FFE873 )] ( https://pypi.org/project/sifter3/ )
10
10
[ ![ Supported Python versions] ( https://img.shields.io/pypi/pyversions/sifter3.svg?logo=python&logoColor=FFE873 )] ( https://pypi.org/project/sifter3/ )
11
11
[ ![ 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 )
13
13
14
14
15
15
Original file line number Diff line number Diff line change 10
10
11
11
setup (
12
12
name = "sifter3" ,
13
- version = "0.2.6 " ,
13
+ version = "0.2.7 " ,
14
14
author = "Manfred Kaiser, Gary Peck" ,
15
15
16
16
url = "https://sifter3.readthedocs.io/en/latest/" ,
20
20
long_description_content_type = 'text/markdown' ,
21
21
keywords = "sieve email filter parser" ,
22
22
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' ,
25
25
},
26
26
python_requires = '>= 3.6' ,
27
27
install_requires = [
You can’t perform that action at this time.
0 commit comments