Skip to content

Commit fe84ddc

Browse files
committed
Correct author name in setup.py, add setup.cfg
1 parent 1d69d19 commit fe84ddc

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

LICENSE renamed to LICENSE.txt

File renamed without changes.

setup.cfg

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[metadata]
2+
description-file = README.md

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
version='0.1',
55
description='Check Twitter accounts for bot behavior',
66
url='https://github.com/truthy/botornot-python',
7-
author='Clayton A Davsi',
7+
author='Clayton A Davis',
88
author_email='[email protected]',
99
license='MIT',
1010
packages=['botornot'],

0 commit comments

Comments
 (0)