Skip to content

Commit

Permalink
Changing pypi name to python-box
Browse files Browse the repository at this point in the history
  • Loading branch information
cdgriffith committed Mar 11, 2017
1 parent 7dd9138 commit bff677f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ my_box.credits = {'Austin Powers': "Mike Myers", "Vanessa Kensington": "Elizabet
## Install

```
pip install boxing
pip install python-box
```

(Don't see a box package, but alas, can't claim the name for some reason.)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
long_description = readme_file.read()

setup(
name='boxing',
name='python-box',
version=attrs['version'],
url='https://github.com/cdgriffith/Box',
license='MIT',
Expand Down

0 comments on commit bff677f

Please sign in to comment.