Skip to content

Commit 1668a74

Browse files
committed
Merge branch 'feat/packaging_smells'
* feat/packaging_smells: [QA] Clean up the ignore list. Add per-file licensing info. Conflicts: github2/__init__.py
2 parents d8f4d6c + cd43618 commit 1668a74

56 files changed

Lines changed: 426 additions & 41 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
1-
.DS_Store
2-
.coverage
3-
.noseids
4-
.ropeproject/
5-
.tox/
6-
*.py[co]
7-
*~
8-
*.sqlite
9-
*.sqlite-journal
10-
settings_local.py
11-
local_settings.py
1+
*.egg-info/
2+
123
.*.sw[po]
4+
*.py[co]
5+
6+
build/
137
dist/
14-
*.egg-info
158
doc/.build/
16-
build/
17-
locale/
9+
.ropeproject/
10+
.tox/
11+
12+
ChangeLog
1813
pip-log.txt
14+
15+
.DS_Store
16+
.coverage
17+
.noseids

.ucopy.cfg

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
[repo]
2+
name = python-github2
3+
license-from = bsd-3
4+
vcs = git
5+
6+
[files]
7+
ignore-from = git
8+
ignore-glob = COPYING, README.rst, .keep, test/data/github.com,api*
9+
10+
[patch]
11+
unicode = python
12+
13+
[author-override]
14+
15+
Chris Vale = <[email protected]>
16+
Claudio B. = <[email protected]>
17+
Daniel Greenfeld = <[email protected]>
18+
Donald von Stufft = <[email protected]>
19+
Michael Basnight = <[email protected]>
20+
Sameer Al-Sakran = <[email protected]>
21+
Stéphane Angel = <[email protected]>

AUTHORS

Lines changed: 28 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,38 @@
1-
Ask Solem <[email protected]>
2-
Mark Paschal <[email protected]>
3-
Donald von Stufft <[email protected]>
4-
Maximillian Dornseif
1+
python-github2 was written by:
2+
3+
Ask Solem <[email protected]>
4+
5+
with contributions from the following people:
6+
7+
Adam Vandenberg <[email protected]>
58
Asheesh Laroia <[email protected]>
6-
Rick Harris <[email protected]>
7-
Cody Soyland <[email protected]>
8-
Fernando Perez <[email protected]>
9-
Evan Broder <[email protected]>
10-
Scott Torborg <[email protected]>
11-
Claudio B. <[email protected]>
9+
Barthelemy Dagenais <[email protected]>
1210
Chris Vale <[email protected]>
13-
Adam Vandenberg <[email protected]>
14-
Kenneth Reitz <[email protected]>
11+
Christopher MacGown <[email protected]>
12+
Claudio B. <[email protected]>
13+
Cody Soyland <[email protected]>
1514
Daniel Greenfeld <[email protected]>
15+
Donald von Stufft <[email protected]>
16+
Evan Broder <[email protected]>
17+
Fernando Perez <[email protected]>
18+
Ionuț Arțăriși <[email protected]>
19+
James Rowe <[email protected]>
20+
Jens Ohlig <[email protected]>
1621
Jeremy Dunck <[email protected]>
1722
Jonas Obrist <[email protected]>
18-
Sameer Al-Sakran <[email protected]>
19-
Vincent Driessen <[email protected]>
20-
James Rowe <[email protected]>
2123
Josh Weinberg <[email protected]>
22-
Barthelemy Dagenais <[email protected]>
23-
Surajram Kumarave <root@surajram.com>
24-
broderboy <[email protected]>
25-
Patryk Zawadzki <[email protected]>
24+
Justin Quick <[email protected]>
25+
Kenneth Reitz <me@kennethreitz.com>
26+
Mark Paschal <[email protected]>
27+
Maximillian Dornseif <[email protected]>
2628
Michael Basnight <[email protected]>
27-
Christopher MacGown <[email protected]>
29+
Patryk Zawadzki <[email protected]>
30+
Rick Harris <[email protected]>
2831
Rok Garbas <[email protected]>
29-
Ionuț Arțăriși <[email protected]>
32+
Sameer Al-Sakran <[email protected]>
33+
Scott Torborg <[email protected]>
3034
Stéphane Angel <[email protected]>
35+
Surajram Kumaravel <[email protected]>
36+
Vincent Driessen <[email protected]>
37+
broderboy <[email protected]>
3138
modocache <[email protected]>

doc/.templates/layout.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
{#
2+
Copyright (C) 2011-2012 James Rowe <jnrowe@gmail.com>
3+
4+
This file is part of python-github2, and is licensed under the 3-clause BSD
5+
License. See the LICENSE file in the top distribution directory for the full
6+
license text.
7+
#}
18
{% extends "!layout.html" %}
29

310
{% block extrahead %}

doc/api/client.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
.. Copyright (C) 2011-2012 James Rowe <[email protected]>
2+
Michael Basnight <[email protected]>
3+
modocache <[email protected]>
4+
5+
This file is part of python-github2, is licensed under the 3-clause BSD
6+
License. See the LICENSE file in the top distribution directory for the full
7+
license text.
8+
19
.. module:: github2.client
210

311
Creating a client

doc/api/commit.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
.. Copyright (C) 2011-2012 James Rowe <[email protected]>
2+
3+
This file is part of python-github2, is licensed under the 3-clause BSD
4+
License. See the LICENSE file in the top distribution directory for the full
5+
license text.
6+
17
.. module:: github2.commits
28

39
Commit

doc/api/core.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
.. Copyright (C) 2011-2012 James Rowe <[email protected]>
2+
3+
This file is part of python-github2, is licensed under the 3-clause BSD
4+
License. See the LICENSE file in the top distribution directory for the full
5+
license text.
6+
17
.. module:: github2.core
28

39
Core

doc/api/index.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
.. Copyright (C) 2011-2012 James Rowe <[email protected]>
2+
3+
This file is part of python-github2, is licensed under the 3-clause BSD
4+
License. See the LICENSE file in the top distribution directory for the full
5+
license text.
6+
17
API documentation
28
=================
39

doc/api/issues.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
.. Copyright (C) 2011-2012 James Rowe <[email protected]>
2+
3+
This file is part of python-github2, is licensed under the 3-clause BSD
4+
License. See the LICENSE file in the top distribution directory for the full
5+
license text.
6+
17
.. module:: github2.issues
28

39
Issues

doc/api/network.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
.. Copyright (C) 2011-2012 James Rowe <[email protected]>
2+
3+
This file is part of python-github2, is licensed under the 3-clause BSD
4+
License. See the LICENSE file in the top distribution directory for the full
5+
license text.
6+
17
.. currentmodule:: github2.client
28

39
Network

0 commit comments

Comments
 (0)