Skip to content

Commit

Permalink
upgrading deployment info per instructions on pypi to hopefully bring…
Browse files Browse the repository at this point in the history
… back description
  • Loading branch information
dwolfhub committed Oct 17, 2017
1 parent 8f588ae commit 87401bf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ env*
venv*
.cache
*.pyc
dist
dist
build
zxcvbn_python.egg-info
File renamed without changes.
2 changes: 1 addition & 1 deletion MANIFEST
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
README.rst
setup.py
zxcvbn/__init__.py
zxcvbn/adjacency_graphs.py
Expand All @@ -6,4 +7,3 @@ zxcvbn/frequency_lists.py
zxcvbn/matching.py
zxcvbn/scoring.py
zxcvbn/time_estimates.py
README.rst
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from distutils.core import setup
from setuptools import setup

setup(
name='zxcvbn-python',
Expand Down

0 comments on commit 87401bf

Please sign in to comment.