No js file in sdist

Issue #2 resolved
Wojciech Banaś created an issue

In the archives sdist, no file "js / jquery.formset.js".

Comments (4)

  1. Wojciech Banaś reporter

    My mistake. The archive located on PyPI server, static files exist. Unfortunately, static files will not install.

  2. Wojciech Banaś reporter
    pip uninstall django-formset-js
    Uninstalling django-formset-js:
      /home/.../.pyenv/versions/alwis/lib/python3.4/site-packages/django_formset_js-0.4.2-py3.4.egg-info
      /home/.../.pyenv/versions/alwis/lib/python3.4/site-packages/djangoformsetjs/__init__.py
      /home/.../.pyenv/versions/alwis/lib/python3.4/site-packages/djangoformsetjs/__pycache__/__init__.cpython-34.pyc
      /home/.../.pyenv/versions/alwis/lib/python3.4/site-packages/djangoformsetjs/__pycache__/utils.cpython-34.pyc
      /home/.../.pyenv/versions/alwis/lib/python3.4/site-packages/djangoformsetjs/templatetags/__init__.py
      /home/.../.pyenv/versions/alwis/lib/python3.4/site-packages/djangoformsetjs/templatetags/__pycache__/__init__.cpython-34.pyc
      /home/.../.pyenv/versions/alwis/lib/python3.4/site-packages/djangoformsetjs/templatetags/__pycache__/formset_tags.cpython-34.pyc
      /home/.../.pyenv/versions/alwis/lib/python3.4/site-packages/djangoformsetjs/templatetags/formset_tags.py
      /home/.../.pyenv/versions/alwis/lib/python3.4/site-packages/djangoformsetjs/utils.py
    Proceed (y/n)?
    
  3. Kit Darko

    This was an issue from upstream, during the move to automated minimisation.

    I believe it has been resolved with the commits I just merged.

  4. Log in to comment