Skip to content

Commit

Permalink
- try to retain the repo name "meta"
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Oct 2, 2024
1 parent 35d1099 commit 365105c
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 14 deletions.
5 changes: 4 additions & 1 deletion .meta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://github.com/zopefoundation/meta/tree/master/config/pure-python
[meta]
template = "pure-python"
commit-id = "8e97e857"
commit-id = "35d10997"

[python]
with-windows = false
Expand All @@ -18,6 +18,9 @@ use-flake8 = true
[coverage]
fail-under = 20

[coverage-run]
source = "zope.meta"

[manifest]
additional-rules = [
"include *.yaml",
Expand Down
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
:target: https://pypi.python.org/pypi/zope.meta/
:alt: Latest Version

.. image:: https://github.com/zopefoundation/zope.meta/actions/workflows/tests.yml/badge.svg
:target: https://github.com/zopefoundation/zope.meta/actions/workflows/tests.yml
.. image:: https://github.com/zopefoundation/meta/actions/workflows/tests.yml/badge.svg
:target: https://github.com/zopefoundation/meta/actions/workflows/tests.yml

.. image:: https://coveralls.io/repos/github/zopefoundation/zope.meta/badge.svg?branch=master
:target: https://coveralls.io/github/zopefoundation/zope.meta?branch=master
.. image:: https://coveralls.io/repos/github/zopefoundation/meta/badge.svg?branch=master
:target: https://coveralls.io/github/zopefoundation/meta?branch=master

.. image:: https://readthedocs.org/projects/zopemeta/badge/?version=latest
:target: https://zopemeta.readthedocs.io/en/latest/?badge=latest
Expand Down
10 changes: 5 additions & 5 deletions docs/hacking.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ Getting the Code
The main repository for :mod:`zope.meta` is in the Zope Foundation
Github repository:

https://github.com/zopefoundation/zope.meta
https://github.com/zopefoundation/meta

You can get a read-only checkout from there:

.. code-block:: sh
$ git clone https://github.com/zopefoundation/zope.meta.git
$ git clone https://github.com/zopefoundation/meta.git
or fork it and get a writeable checkout of your fork:

.. code-block:: sh
$ git clone [email protected]/jrandom/zope.meta.git
$ git clone [email protected]/jrandom/meta.git
Working in a Python virtual environment
Expand Down Expand Up @@ -163,7 +163,7 @@ Submitting a Bug Report

:mod:`zope.meta` tracks its bugs on Github:

https://github.com/zopefoundation/zope.meta/issues
https://github.com/zopefoundation/meta/issues

Please submit bug reports and feature requests there.

Expand All @@ -189,4 +189,4 @@ branch in your fork, and then push them. A private fork makes it harder for
others and the package maintainers to work with your changes, so it is
discouraged. Either way, you can then submit a pull request from your branch:

https://github.com/zopefoundation/zope.meta/pulls
https://github.com/zopefoundation/meta/pulls
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ def read(*rnames):
'Operating System :: OS Independent',
],
license='ZPL 2.1',
url='https://github.com/zopefoundation/zope.meta',
url='https://github.com/zopefoundation/meta',
project_urls={
'Documentation': 'https://zopemeta.readthedocs.io',
'Issue Tracker': 'https://github.com/zopefoundation/zope.meta/issues',
'Sources': 'https://github.com/zopefoundation/zope.meta',
'Issue Tracker': 'https://github.com/zopefoundation/meta/issues',
'Sources': 'https://github.com/zopefoundation/meta',
},
packages=find_packages('src'),
package_dir={'': 'src'},
Expand Down
1 change: 1 addition & 0 deletions src/zope/meta/pure-python/packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -209,3 +209,4 @@ z3c.jbot
fanstatic
zope.pytestlayer
zope.meta
meta
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ package = wheel
wheel_build_env = .pkg
deps =
setuptools <74
setenv =
commands =
zope-testrunner --test-path=src {posargs:-vc}
extras =
Expand Down

0 comments on commit 365105c

Please sign in to comment.