We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0601720 commit 28eaa65Copy full SHA for 28eaa65
src/setup.py
@@ -30,11 +30,10 @@ def read(*rnames):
30
31
setup(
32
name="{{ project_name }}",
33
- version="4.0.0",
+ version="0.0.1",
34
author="",
35
author_email="",
36
description="{{ project_name }}, based on GeoNode",
37
- long_description=(read("README.md")),
38
# Full list of classifiers can be found at:
39
# http://pypi.python.org/pypi?%3Aaction=list_classifiers
40
classifiers=[
0 commit comments