File tree 3 files changed +10
-7
lines changed
Filter options
3 files changed +10
-7
lines changed
Original file line number Diff line number Diff line change 7
7
8
8
env :
9
9
ENVNAME : ${{ github.event_name == 'release' && 'pypi' || 'testpypi' }}
10
- ENVURL : https://${{ github.event_name != 'release' && 'test.' || '' }}pypy.org/p/ua-parser
11
10
12
11
jobs :
13
12
release :
14
13
runs-on : ubuntu-latest
15
14
16
15
environment :
17
16
name : ${{ github.event_name == 'release' && 'pypi' || 'testpypi' }}
18
- url : https://${{ github.event_name != 'release' && 'test.' || '' }}pypy .org/p/ua-parser
17
+ url : https://${{ github.event_name != 'release' && 'test.' || '' }}pypi .org/p/ua-parser
19
18
20
19
permissions :
21
20
id-token : write
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Build Status
12
12
:alt: CI on the master branch
13
13
14
14
.. image :: https://readthedocs.org/projects/uap-python/badge/?version=latest
15
- :target: https://readthedocs.org/project/ uap-python/en/latest/
15
+ :target: https://uap-python.readthedocs.io /en/latest/
16
16
:alt: Documentation Status
17
17
18
18
Installing
@@ -42,7 +42,7 @@ ua-parser supports CPython 3.9 and newer, recent pypy (supporting
42
42
See `builtin resolvers `_ for more explanation of the tradeoffs
43
43
between the different options.
44
44
45
- .. _builtin resolvers : https://readthedocs.org/ua-parser/uap-python /guides#builtin-resolvers
45
+ .. _builtin resolvers : https://uap-python. readthedocs.io/en/latest /guides.html #builtin-resolvers
46
46
47
47
Quick Start
48
48
-----------
@@ -114,4 +114,4 @@ Upgrading
114
114
115
115
Upgrading from 0. x? See `the upgrade guide` _.
116
116
117
- .. _the upgrade guide: https:// readthedocs.org / ua - parser / uap - python / advanced/ migration
117
+ .. _the upgrade guide: https:// uap - python. readthedocs.io / en / latest / advanced/ migration.html
Original file line number Diff line number Diff line change @@ -5,13 +5,12 @@ build-backend = "setuptools.build_meta"
5
5
[project ]
6
6
name = " ua-parser"
7
7
description = " Python port of Browserscope's user agent parser"
8
- version = " 1.0.0a1 "
8
+ version = " 1.0.0a2 "
9
9
readme = " README.rst"
10
10
requires-python = " >=3.9"
11
11
dependencies = [" ua-parser-builtins" ]
12
12
13
13
license = {text = " Apache 2.0" }
14
- urls = {repository = " https://github.com/ua-parser/uap-python" }
15
14
16
15
authors = [
17
16
{ name = " Stephen Lamm" , email = " slamm@google.com" },
@@ -44,6 +43,11 @@ classifiers = [
44
43
# "Programming Language :: Python :: Implementation :: GraalPy",
45
44
]
46
45
46
+ [project .urls ]
47
+ documentation = " https://uap-python.readthedocs.io"
48
+ repository = " https://github.com/ua-parser/uap-python"
49
+ issues = " https://github.com/ua-parser/uap-python/issues"
50
+
47
51
[project .optional-dependencies ]
48
52
yaml = [" PyYaml" ]
49
53
re2 = [" google-re2" ]
You can’t perform that action at this time.
0 commit comments