-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #478 from Carreau/takluyver-is-dead-long-live-to-t…
…akluyver Replace /takluyver/ by /pypa/ where relevant
- Loading branch information
Showing
11 changed files
with
25 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 33,7 @@ e.g. for flit itself | |
module=flit | ||
author=Thomas Kluyver | ||
author-email[email protected] | ||
home-page=https://github.com/takluyver/flit | ||
home-page=https://github.com/pypa/flit | ||
The remaining fields are optional: | ||
|
||
|
@@ -86,7 86,7 @@ Here's the full example from flit itself: | |
[metadata] | ||
author=Thomas Kluyver | ||
author-email[email protected] | ||
home-page=https://github.com/takluyver/flit | ||
home-page=https://github.com/pypa/flit | ||
requires=requests | ||
requires-python= >=3 | ||
description-file=README.rst | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -165,7 165,7 @@ any names inside it. Here it is for flit: | |
[project.urls] | ||
Documentation = "https://flit.readthedocs.io/en/latest/" | ||
Source = "https://github.com/takluyver/flit" | ||
Source = "https://github.com/pypa/flit" | ||
.. _pyproject_project_scripts: | ||
|
||
|
@@ -332,7 332,7 @@ Here was the metadata section from flit using the older style: | |
module="flit" | ||
author="Thomas Kluyver" | ||
author-email="[email protected]" | ||
home-page="https://github.com/takluyver/flit" | ||
home-page="https://github.com/pypa/flit" | ||
requires=[ | ||
"flit_core >=2.2.0", | ||
"requests", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,15 17,16 @@ | |
from . import __version__ | ||
|
||
metadata_dict = { | ||
'name': 'flit_core', | ||
'version': __version__, | ||
'author': 'Thomas Kluyver & contributors', | ||
'author_email': '[email protected]', | ||
'home_page': 'https://github.com/takluyver/flit', | ||
'summary': ('Distribution-building parts of Flit. ' | ||
'See flit package for more information'), | ||
'requires_dist': [ | ||
'tomli', | ||
"name": "flit_core", | ||
"version": __version__, | ||
"author": "Thomas Kluyver & contributors", | ||
"author_email": "[email protected]", | ||
"home_page": "https://github.com/pypa/flit", | ||
"summary": ( | ||
"Distribution-building parts of Flit. " "See flit package for more information" | ||
), | ||
"requires_dist": [ | ||
"tomli", | ||
], | ||
'requires_python': '>=3.6', | ||
'classifiers': [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters