Skip to content

Commit

Permalink
change pypi name to piper
Browse files Browse the repository at this point in the history
  • Loading branch information
nsheff committed Jun 14, 2018
1 parent 77cff63 commit 90018f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ open_pipelines/
build/
dist/
pypiper.egg-info/

piper.egg-info/
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def read_reqs_file(reqs_name):
long_description = open('README.md').read()

setup(
name='pypiper',
name='piper',
packages=['pypiper'],
install_requires=basic_reqs,
version=version,
Expand Down

0 comments on commit 90018f7

Please sign in to comment.