Skip to content

Commit 1a28a85

Browse files
committed
updated setup.py to be wheel compatible, changed README to rst, removed requirements.txt and other config and copyright cleanups
1 parent ba9794e commit 1a28a85

15 files changed

+241
-3749
lines changed

AUTHORS.rst

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
Originally two libraries by DeWitt Clinton and Mike Taylor which was then merged into python-twitter.
2+
3+
Now it's a full-on open source project with many contributors over time:
4+
5+
* Jodok Batlogg,
6+
* Kyle Bock,
7+
* Brad Choate,
8+
* Robert Clarke,
9+
* Jim Cortez,
10+
* Pierre-Jean Coudert,
11+
* Aish Raj Dahal,
12+
* Thomas Dyson,
13+
* Jim Easterbrook
14+
* Yoshinori Fukushima,
15+
* Hameedullah Khan,
16+
* Osama Khalid,
17+
* Omar Kilani,
18+
* Domen Kožar,
19+
* Robert Laquey,
20+
* Jason Lemoine,
21+
* Pradeep Nayak,
22+
* Ian Ozsvald,
23+
* Nicolas Perriault,
24+
* Glen Tregoning,
25+
* Lars Weiler,
26+
* Sebastian Wiesinger,
27+
* Jake Robinson,
28+
* abloch,
29+
* cahlan,
30+
* dpslwk,
31+
* edleaf,
32+
* ecesena,
33+
* git-matrix,
34+
* sbywater,
35+
* thefinn93,
36+
* themylogin,

CHANGES

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2014-07-10
2+
update copyright years
3+
change setup.py to allow installing via wheel
4+
renamed README.md to README.rst
5+
added AUTHORS.rst
6+
17
2014-02-17
28
changed version to 1.3 and then to 1.3.1 because I forgot to include CHANGES
39
fix Issue 143 - GetStatusOembed() url parameter was being stomped on

COPYING

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2007-2013 The Python-Twitter Developers
1+
Copyright 2007-2014 The Python-Twitter Developers
22

33
Licensed under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License.

MANIFEST.in

+1-4
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,5 @@ include CHANGES
22
include COPYING
33
include LICENSE
44
include NOTICE
5-
include README.md
6-
include *.py
7-
recursive-include examples *.py
8-
recursive-include testdata *.json
5+
include *.rst
96
prune .DS_Store

README.md

-212
This file was deleted.

0 commit comments

Comments
 (0)