File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -66,12 +66,12 @@ Install from PyPI_ using :program:`pip`::
66
66
67
67
Install from latest ``master `` on GitHub::
68
68
69
- $ pip install https://github.com/christiansandberg /canopen/archive/master.zip
69
+ $ pip install https://github.com/canopen-python /canopen/archive/master.zip
70
70
71
71
If you want to be able to change the code while using it, clone it then install
72
72
it in `develop mode `_::
73
73
74
- $ git clone https://github.com/christiansandberg /canopen.git
74
+ $ git clone https://github.com/canopen-python /canopen.git
75
75
$ cd canopen
76
76
$ pip install -e .
77
77
Original file line number Diff line number Diff line change @@ -31,6 +31,8 @@ mkdir $package_dir/DEBIAN
31
31
cat > $package_dir /DEBIAN/control << control_end
32
32
Package: $pkgname
33
33
Version: $version
34
+ Section: python
35
+ Priority: optional
34
36
Architecture: $arch
35
37
Maintainer: $maintainer
36
38
Description: $description
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ db_export = [
33
33
34
34
[project .urls ]
35
35
documentation = " https://canopen.readthedocs.io/en/stable/"
36
- repository = " https://github.com/christiansandberg /canopen"
36
+ repository = " https://github.com/canopen-python /canopen"
37
37
38
38
[tool .setuptools ]
39
39
packages = [" canopen" ]
You can’t perform that action at this time.
0 commit comments