treewide: various version number fixes

This commit is contained in:
Patrick Hilhorst
2018-11-06 00:06:22 +01:00
parent 9ec40cc3bf
commit f54f5fdaaa
3 changed files with 4 additions and 5 deletions
@@ -3,7 +3,6 @@
buildPythonPackage rec {
pname = "waitress-django";
version = "0.0.0";
name = pname;
src = ./.;
pythonPath = [ django_1_8 waitress ];