Skip to content

Commit

Permalink
add authors & manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
oczkers committed Oct 15, 2013
1 parent 3279e31 commit 499e364
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 1 deletion.
17 changes: 17 additions & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Fut14 is written and maintained by Piotr Staroszczyk and various contributors:

Development Lead
````````````````

- Piotr Staroszczyk <piotr.staroszczyk@get24.org>


EAHashingAlgorithm
``````````````````

- Danny Cullen @dcullen88


Patches and Suggestions
```````````````````````
- mvillarejo
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include README.rst LICENSE requirements.txt test_fut14.py
1 change: 1 addition & 0 deletions fut14/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
__title__ = 'fut14'
__version__ = '0.0.1'
__author__ = 'Piotr Staroszczyk'
__author_email__ = 'piotr.staroszczyk@get24.org'
__license__ = 'GNU GPL v3'
__copyright__ = 'Copyright 2013 Piotr Staroszczyk'

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#description='',
long_description=open('README.rst').read(),
author=fut14.__author__,
author_email='piotr.staroszczyk@get24.org',
author_email=fut14.__author_email__,
packages=packages,
package_data={'': ['LICENSE']},
package_dir={'fut14': 'fut14'},
Expand Down

0 comments on commit 499e364

Please sign in to comment.