Skip to content

Commit c300deb

Browse files
committed
janelia-pypi -> janelia-python
1 parent 456250a commit c300deb

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.metadata-python/metadata.org

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ LICENSE
9393

9494
#+NAME: repository-organization
9595
#+BEGIN_SRC text :exports none :noweb yes
96-
janelia-pypi
96+
janelia-python
9797
#+END_SRC
9898

9999
#+NAME: forge
@@ -204,7 +204,7 @@ dev.get_device_info()
204204

205205
* Installation
206206

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

209209
** GNU/Linux
210210

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
- Release Date: 2024-08-23
1919
- Creation Date: 2018-01-11
2020
- License: BSD-3-Clause
21-
- URL: https://github.com/janelia-pypi/serial_interface_python
21+
- URL: https://github.com/janelia-python/serial_interface_python
2222
- Author: Peter Polidoro
2323
2424
- Copyright: 2024 Howard Hughes Medical Institute
@@ -76,7 +76,7 @@ dev.get_device_info()
7676

7777
# Installation
7878

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

8181

8282
## GNU/Linux
@@ -179,7 +179,7 @@ The Python code in this library may be installed in any number of ways, chose on
179179
## Clone Repository
180180

181181
```sh
182-
git clone https://github.com/janelia-pypi/serial_interface_python
182+
git clone https://github.com/janelia-python/serial_interface_python
183183
cd serial_interface_python
184184
```
185185

codemeta.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
33
"@type": "SoftwareSourceCode",
44
"license": "https://spdx.org/licenses/BSD-3-Clause",
5-
"codeRepository": "git+https://github.com/janelia-pypi/serial_interface_python.git",
5+
"codeRepository": "git+https://github.com/janelia-python/serial_interface_python.git",
66
"dateCreated": "2018-01-11",
7-
"dateModified": "2024-08-23",
7+
"dateModified": "2024-08-27",
88
"name": "serial_interface",
99
"version": "2.4.0",
1010
"description": "Extends pyserial to make serial device interfaces.",

serial_interface/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
__version__ = '2.4.0'
66
__description__ = 'Extends pyserial to make serial device interfaces.'
77
__license__ = 'BSD-3-Clause'
8-
__url__ = 'https://github.com/janelia-pypi/serial_interface_python'
8+
__url__ = 'https://github.com/janelia-python/serial_interface_python'
99
__author__ = 'Peter Polidoro'
1010
__email__ = '[email protected]'
1111
__copyright__ = '2024 Howard Hughes Medical Institute'

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name = serial_interface
55
version = 2.4.0
66
author = Peter Polidoro
77
author_email = [email protected]
8-
url = https://github.com/janelia-pypi/serial_interface_python
8+
url = https://github.com/janelia-python/serial_interface_python
99
description = Extends pyserial to make serial device interfaces.
1010
long_description = file: README.md
1111
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)