Skip to content

Commit

Permalink
[setup] Change NAME => name
Browse files Browse the repository at this point in the history
  • Loading branch information
tanghaibao committed Sep 9, 2018
1 parent b53cd9e commit 4e7dc5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
[x.strip() for x in open(op.join(SETUP_DIR, 'requirements.txt')).readlines()]

setup(
NAME=NAME,
name=NAME,
version=HLPR.version,
author=HLPR.author,
author_email=HLPR.email,
Expand Down

0 comments on commit 4e7dc5a

Please sign in to comment.