treewide: various version number fixes

This commit is contained in:
Patrick Hilhorst
2018-11-05 00:50:34 +01:00
parent 9ec40cc3bf
commit f54f5fdaaa
3 changed files with 4 additions and 5 deletions

View File

@@ -3,7 +3,6 @@
buildPythonPackage rec {
pname = "waitress-django";
version = "0.0.0";
name = pname;
src = ./.;
pythonPath = [ django_1_8 waitress ];