aclark4life / vanity

Get package download statistics from PyPI
GNU General Public License v2.0
66 stars 14 forks source link

vanity() missing 4 required positional arguments #67

Open aclark4life opened 6 years ago

aclark4life commented 6 years ago

I'm seeing this in master for 6cb611cba928ba137400285187872c3c2630be83 and newer …

Traceback (most recent call last):
  File "/Users/alexclark/Developer/python-packages/vanity/bin/vanity", line 11, in <module>
    load_entry_point('vanity', 'console_scripts', 'vanity')()
TypeError: vanity() missing 4 required positional arguments: 'packages', 'verbose', 'json', and 'pattern'