Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Move cherry_picker to flit #141

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 23, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions cherry_picker/MANIFEST.in

This file was deleted.

2 changes: 2 additions & 0 deletions cherry_picker/cherry_picker/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
"""Backport CPython changes from master to maintenance branches."""
__version__ = '0.0.3.dev1'
15 changes: 15 additions & 0 deletions cherry_picker/flit.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[metadata]
module = cherry_picker
author = Mariatta Wijaya
author-email = [email protected]
home-page = https://github.com/python/core-workflow/tree/master/cherry_picker
requires = click~=6.7
dev-requires = pytest~=3.0.7
description-file = readme.rst
classifiers = Programming Language :: Python :: 3.6
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
requires-python = >=3.6

[scripts]
cherry_picker = cherry_picker.cherry_picker:cherry_pick_cli
Empty file removed cherry_picker/setup.cfg
Empty file.
36 changes: 0 additions & 36 deletions cherry_picker/setup.py

This file was deleted.