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():
69
69
70
70
# Use this version when git data are not available, like in git zip archive.
71
71
# Update when tagging a new release.
72
- FALLBACK_VERSION = '2.0a1 .post0'
72
+ FALLBACK_VERSION = '2.0 .post0'
73
73
74
74
# versioncfgfile holds version data for git commit hash and date.
75
75
# It must reside in the same directory as version.py.
@@ -130,7 +130,7 @@ def getversioncfg():
130
130
author_email = "[email protected] " ,
131
131
maintainer = 'Pavol Juhas' ,
132
132
maintainer_email = '[email protected] ' ,
133
- description = "Bindings of ObjCryst++ into python " ,
133
+ description = "Python bindings to the ObjCryst++ library. " ,
134
134
license = "BSD-style license" ,
135
135
url = "https://github.com/diffpy/pyobjcryst" ,
136
136
You can’t perform that action at this time.
0 commit comments