Skip to content

Commit

Permalink
Update project urls after transfer to gh org
Browse files Browse the repository at this point in the history
(New home is pyrtlsdr/pyrtlsdr)
  • Loading branch information
nocarryr committed Aug 1, 2022
1 parent 1a857a4 commit 318dca6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ and also provides a more Pythonic API.
* Releases:
* https://pypi.org/project/pyrtlsdr/
* Source code and project home:
* https://github.com/roger-/pyrtlsdr
* https://github.com/pyrtlsdr/pyrtlsdr
* Releases for `librtlsdr`:
* https://github.com/librtlsdr/librtlsdr/releases

Expand Down Expand Up @@ -187,4 +187,4 @@ All of the code contained here is licensed by the GNU General Public License v3.
Credit to dbasden for his earlier wrapper [python-librtlsdr](https://github.com/dbasden/python-librtlsdr) and all the
contributors on GitHub.

Copyright (C) 2013 by Roger <https://github.com/roger->
Copyright (C) 2013 by Roger <https://github.com/pyrtlsdr/pyrtlsdr>
6 changes: 3 additions & 3 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@

# General information about the project.
project = u'pyrtlsdr'
copyright = u'2016, Roger <https://github.com/roger-/pyrtlsdr>'
author = u'Roger <https://github.com/roger-/pyrtlsdr>'
copyright = u'2016, Roger <https://github.com/pyrlsdr/pyrtlsdr>'
author = u'Roger <https://github.com/pyrlsdr/pyrtlsdr>'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down Expand Up @@ -243,7 +243,7 @@
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'pyrtlsdr.tex', u'pyrtlsdr Documentation',
u'Roger \\textless{}https://github.com/roger-/pyrtlsdr\\textgreater{}', 'manual'),
u'Roger \\textless{}https://github.com/pyrtlsdr/pyrtlsdr\\textgreater{}', 'manual'),
]

# The name of an image file (relative to this directory) to place at the top of
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ universal=1
[metadata]
project_urls =
Documentation = https://pyrtlsdr.readthedocs.io/
Source = https://github.com/roger-/pyrtlsdr
Source = https://github.com/pyrtlsdr/pyrtlsdr
long_description = file: README.md,
long_description_content_type = text/markdown
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def copy_mock_librtlsdr():
name=PACKAGE_NAME,
version=VERSION,
author='roger',
url='https://github.com/roger-/pyrtlsdr',
url='https://github.com/pyrtlsdr/pyrtlsdr',
description='A Python wrapper for librtlsdr (a driver for Realtek RTL2832U based SDR\'s)',
classifiers=['Development Status :: 4 - Beta',
'Environment :: Console',
Expand Down

0 comments on commit 318dca6

Please sign in to comment.