Screw it, building is not handled by pipenv
This commit is contained in:
parent
5fca4dc52a
commit
d5789cef75
2
Pipfile
2
Pipfile
@ -12,6 +12,7 @@ wheel = "*"
|
||||
twine = "*"
|
||||
pandoc = "*"
|
||||
pylint-django = "*"
|
||||
setuptools = "*"
|
||||
|
||||
[packages]
|
||||
django = "*"
|
||||
@ -26,3 +27,4 @@ server = "django_lostplaces/manage.py runserver --ipv6"
|
||||
dbshell = "django_lostplaces/manage.py dbshell"
|
||||
showmigrations = "django_lostplaces/manage.py showmigrations"
|
||||
makemigrations = "django_lostplaces/manage.py makemigrations --no-input"
|
||||
build = "django_lostplaces/setup.py bdist_wheel --universal"
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
with open('../Readme.md') as f:
|
||||
with open('Readme.md') as f:
|
||||
readme = f.read()
|
||||
|
||||
setup(
|
||||
|
Loading…
Reference in New Issue
Block a user