mirror of
https://github.com/jeffknupp/sandman2.git
synced 2026-04-26 00:55:53 +03:00
[GH-ISSUE #17] sdist published on pypi lacks template files #8
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
pull-request
question
refactoring
research
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/sandman2-jeffknupp#8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mypalmike on GitHub (Dec 30, 2015).
Original GitHub issue: https://github.com/jeffknupp/sandman2/issues/17
The current sdist distribution on pypi (0.0.6) has a bug where it lacks the template files needed for the admin interface. It was built without the necessary "setuptools-git" package installed on the machine that built it.
Until a new build is released, a workaround for end-users is:
pip install setuptools-git
git clone https://github.com/jeffknupp/sandman2.git
cd sandman2
python setup.py sdist
cd dist
pip install --force sandman2-0.0.6.tar.gz
@jeffknupp commented on GitHub (Jan 22, 2016):
Fixed in version 0.0.7