Skip to content

Commit 28eaa65

Browse files
committed
fixed inner project setup descriptors
1 parent 0601720 commit 28eaa65

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,10 @@ def read(*rnames):
3030

3131
setup(
3232
name="{{ project_name }}",
33-
version="4.0.0",
33+
version="0.0.1",
3434
author="",
3535
author_email="",
3636
description="{{ project_name }}, based on GeoNode",
37-
long_description=(read("README.md")),
3837
# Full list of classifiers can be found at:
3938
# http://pypi.python.org/pypi?%3Aaction=list_classifiers
4039
classifiers=[

0 commit comments

Comments
 (0)