Skip to content

Commit

Permalink
janelia-pypi -> janelia-python
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpolidoro committed Aug 27, 2024
1 parent 942974d commit 1b2108e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .metadata/metadata.org
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ LICENSE

#+NAME: repository-organization
#+BEGIN_SRC text :exports none :noweb yes
janelia-pypi
janelia-python
#+END_SRC

#+NAME: forge
Expand Down Expand Up @@ -162,7 +162,7 @@ Python 3

* Installation

[[https://github.com/janelia-pypi/python_setup]]
[[https://github.com/janelia-python/python_setup]]

** GNU/Linux

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -32,7 +32,7 @@

# Installation

<https://github.com/janelia-pypi/python_setup>
<https://github.com/janelia-python/python_setup>


## GNU/Linux
Expand Down Expand Up @@ -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
```

Expand Down Expand Up @@ -141,4 +141,4 @@ exit

```sh
make -f .metadata/Makefile upload
```
```
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/GPL-3.0",
"codeRepository": "https://github.com/janelia-pypi/kicad_netlist_reader",
"codeRepository": "https://github.com/janelia-python/kicad_netlist_reader",
"dateCreated": "2014-12-09",
"dateModified": "2023-03-29",
"name": "kicad_netlist_reader",
Expand Down
2 changes: 1 addition & 1 deletion kicad_netlist_reader/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b2108e

Please sign in to comment.