8000 Merge pull request #2744 from stefanv/setup_etal · numpy/numpy@3418ffc · GitHub
[go: up one dir, main page]

Skip to content

Commit 3418ffc

Browse files
committed
Merge pull request #2744 from stefanv/setup_etal
PKG: Fix minor typo in setup.py.
2 parents 067b5f8 + ddbb4bd commit 3418ffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
DOWNLOAD_URL = "http://sourceforge.net/projects/numpy/files/NumPy/"
5252
LICENSE = 'BSD'
5353
CLASSIFIERS = filter(None, CLASSIFIERS.split('\n'))
54-
AUTHOR = "Travis E. Oliphant, et.al."
54+
AUTHOR = "Travis E. Oliphant et al."
5555
AUTHOR_EMAIL = "oliphant@enthought.com"
5656
PLATFORMS = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"]
5757
MAJOR = 1

0 commit comments

Comments
 (0)
0