Skip to content

Commit 8260d7b

Browse files
authored
Merge branch 'canopen-python:master' into feature-asyncio
2 parents 46f9b4a + 48cca7c commit 8260d7b

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@ Install from PyPI_ using :program:`pip`::
6666

6767
Install 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

7171
If you want to be able to change the code while using it, clone it then install
7272
it 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

makedeb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ mkdir $package_dir/DEBIAN
3131
cat > $package_dir/DEBIAN/control <<control_end
3232
Package: $pkgname
3333
Version: $version
34+
Section: python
35+
Priority: optional
3436
Architecture: $arch
3537
Maintainer: $maintainer
3638
Description: $description

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ db_export = [
3333

3434
[project.urls]
3535
documentation = "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]
3939
packages = ["canopen"]

0 commit comments

Comments
 (0)