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`::
6666
6767Install from latest ``master `` on GitHub::
6868
69- $ pip install https://github.com/christiansandberg /canopen/archive/master.zip
69+ $ pip install https://github.com/canopen-python /canopen/archive/master.zip
7070
7171If you want to be able to change the code while using it, clone it then install
7272it in `develop mode `_::
7373
74- $ git clone https://github.com/christiansandberg /canopen.git
74+ $ git clone https://github.com/canopen-python /canopen.git
7575 $ cd canopen
7676 $ pip install -e .
7777
Original file line number Diff line number Diff line change @@ -31,6 +31,8 @@ mkdir $package_dir/DEBIAN
3131cat > $package_dir /DEBIAN/control << control_end
3232Package: $pkgname
3333Version: $version
34+ Section: python
35+ Priority: optional
3436Architecture: $arch
3537Maintainer: $maintainer
3638Description: $description
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ db_export = [
3333
3434[project .urls ]
3535documentation = " https://canopen.readthedocs.io/en/stable/"
36- repository = " https://github.com/christiansandberg /canopen"
36+ repository = " https://github.com/canopen-python /canopen"
3737
3838[tool .setuptools ]
3939packages = [" canopen" ]
You can’t perform that action at this time.
0 commit comments