Skip to content

Commit c8325c5

Browse files
committed
added todos, updated authors
1 parent 35ee320 commit c8325c5

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

README.rst

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Python FedEx SOAP API Module
22
============================
33

4-
:Author: Greg Taylor
4+
:Author: Python FedEx Developers
55
:License: BSD
66
:Status: Stable
77

@@ -22,7 +22,7 @@ The easiest way is via pip or easy_install::
2222
Quick Start
2323
-----------
2424

25-
Edit the example_config.py file in examples with your fedex credentials
25+
Edit the `example_config.py` file in `examples/` with your fedex credentials
2626
and run any of the provided examples.
2727

2828
Documentation
@@ -37,21 +37,28 @@ Support
3737
-------
3838

3939
Head over to https://github.com/gtaylor/python-fedex/issues
40-
and submit an issue if you have any problems or questions. Due to this
41-
package's quasi-maintained state, most problems are going to require
42-
investigation or a submitted pull request by someone other than
43-
Greg Taylor.
40+
and submit an issue if you have any problems or questions.
41+
Most problems are going to require investigation or a submitted
42+
pull request by someone from the Python FedEx Developers organization.
43+
To contribute a new feature or service, feel free to create a pull request.
4444

4545
Fedex Support and Documentation
4646
-------------------------------
4747

4848
Fedex Support Email: websupport@fedex.com
4949
Developer Portal: http://www.fedex.com/us/developer/
5050

51+
Todos
52+
-----
53+
* Read the docs documentation
54+
* Travis test integration
55+
* Increase validation
56+
* Remove deprecated services
57+
5158
Legal
5259
-----
5360

54-
Copyright (C) 2015 Gregory Taylor
61+
Copyright (C) 2016 Python FedEx Developers
5562

5663
This software is licensed under the BSD License.
5764

0 commit comments

Comments
 (0)