Skip to content

Commit

Permalink
Update codespell repository
Browse files Browse the repository at this point in the history
Codespell got a new home with its own github organization. Reflect that
in the repository.
  • Loading branch information
lucasdemarchi authored and larsoner committed May 10, 2018
1 parent c12af88 commit 5167675
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ misspelled words in source code, but it can be used with other files as well.
Useful links
------------

* `GitHub project <https://github.com/lucasdemarchi/codespell>`_
* `GitHub project <https://github.com/codespell-project/codespell>`_

* Mailing list: <[email protected]> with web archives/interface
`here <https://groups.google.com/forum/?fromgroups#!forum/codespell>`_

* `Repository <https://github.com/lucasdemarchi/codespell>`_
* `Repository <https://github.com/codespell-project/codespell>`_

* `Releases <https://github.com/lucasdemarchi/codespell/releases>`_
* `Releases <https://github.com/codespell-project/codespell/releases>`_

Requirements
------------
Expand Down Expand Up @@ -130,13 +130,13 @@ Updating

To stay current with codespell developments it is possible to build codespell from GitHub via::

pip install --upgrade git+https://github.com/lucasdemarchi/codespell.github
pip install --upgrade git+https://github.com/codespell-project/codespell.github

**Important Notes:**

* Sometimes installing via ``pip`` will complain about permissions. If this is the case then run with ::

pip install --user --upgrade git+https://github.com/lucasdemarchi/codespell.git
pip install --user --upgrade git+https://github.com/codespell-project/codespell.git

* It has been reported that after installing from ``pip``, codespell can't be located. Please check the $PATH variable to see if ``~/.local/bin`` is present. If it isn't then add it to your path.
* If you decide to install via ``pip`` then be sure to remove any previously installed versions of codespell (via you OSs preferred app mananger).
Expand Down
2 changes: 1 addition & 1 deletion codespell.1.include
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ but it can be used with other files as well.
Lucas De Marchi <[email protected]>

[SEE ALSO]
https://github.com/lucasdemarchi/codespell
https://github.com/codespell-project/codespell
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
DESCRIPTION = """Codespell"""
MAINTAINER = 'Lucas De Marchi'
MAINTAINER_EMAIL = '[email protected]'
URL = 'https://github.com/lucasdemarchi/codespell/'
URL = 'https://github.com/codespell-project/codespell/'
LICENSE = 'GPL v2'
DOWNLOAD_URL = 'https://github.com/lucasdemarchi/codespell/'
DOWNLOAD_URL = 'https://github.com/codespell-project/codespell/'
with open('README.rst', 'r') as f:
LONG_DESCRIPTION = f.read()

Expand Down

0 comments on commit 5167675

Please sign in to comment.