forked from peterpolidoro/kicad_netlist_reader
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
942974d
commit 1b2108e
Showing
5 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
- Release Date: 2023-03-29 | ||
- Creation Date: 2014-12-09 | ||
- License: GPL-3.0 | ||
- URL: https://github.com/janelia-pypi/kicad_netlist_reader | ||
- URL: https://github.com/janelia-python/kicad_netlist_reader | ||
- Author: Jean-Pierre Charras | ||
- Email: [email protected] | ||
- Copyright: 2023 KiCad | ||
|
@@ -32,7 +32,7 @@ | |
|
||
# Installation | ||
|
||
<https://github.com/janelia-pypi/python_setup> | ||
<https://github.com/janelia-python/python_setup> | ||
|
||
|
||
## GNU/Linux | ||
|
@@ -85,7 +85,7 @@ The Python code in this library may be installed in any number of ways, chose on | |
## Clone Repository | ||
|
||
```sh | ||
git clone [email protected]:janelia-pypi/kicad_netlist_reader.git | ||
git clone [email protected]:janelia-python/kicad_netlist_reader.git | ||
cd kicad_netlist_reader | ||
``` | ||
|
||
|
@@ -141,4 +141,4 @@ exit | |
|
||
```sh | ||
make -f .metadata/Makefile upload | ||
``` | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
__version__ = '7.0.1' | ||
__description__ = 'KiCad python module for interpreting generic netlists which can be used to generate bills of materials.' | ||
__license__ = 'GPL-3.0' | ||
__url__ = 'https://github.com/janelia-pypi/kicad_netlist_reader' | ||
__url__ = 'https://github.com/janelia-python/kicad_netlist_reader' | ||
__author__ = 'Jean-Pierre Charras' | ||
__email__ = '[email protected]' | ||
__copyright__ = '2023 KiCad' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ name = kicad_netlist_reader | |
version = 7.0.1 | ||
author = Jean-Pierre Charras | ||
author_email = [email protected] | ||
url = https://github.com/janelia-pypi/kicad_netlist_reader | ||
url = https://github.com/janelia-python/kicad_netlist_reader | ||
description = KiCad python module for interpreting generic netlists which can be used to generate bills of materials. | ||
long_description = file: README.md | ||
long_description_content_type = text/markdown | ||
|