File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ def create_extensions():
6969
7070# Use this version when git data are not available, like in git zip archive.
7171# Update when tagging a new release.
72- FALLBACK_VERSION = '2.0a1 .post0'
72+ FALLBACK_VERSION = '2.0 .post0'
7373
7474# versioncfgfile holds version data for git commit hash and date.
7575# It must reside in the same directory as version.py.
@@ -130,7 +130,7 @@ def getversioncfg():
130130 author_email = "[email protected] " ,
131131 maintainer = 'Pavol Juhas' ,
132132 maintainer_email = '[email protected] ' ,
133- description = "Bindings of ObjCryst++ into python " ,
133+ description = "Python bindings to the ObjCryst++ library. " ,
134134 license = "BSD-style license" ,
135135 url = "https://github.com/diffpy/pyobjcryst" ,
136136
You can’t perform that action at this time.
0 commit comments