Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
badw-it
DHParser
Commits
31331ec8
Commit
31331ec8
authored
Jun 27, 2017
by
Eckhart Arnold
Browse files
further packaging bugs fixed
parent
3fb2adbd
Changes
6
Hide whitespace changes
Inline
Side-by-side
CHANGES.txt
View file @
31331ec8
DHParser Version 0.7.
1
(27.6.2017)
DHParser Version 0.7.
3
(27.6.2017)
..................................
- bug fixes for setuptools packaging
...
...
DHParser/versionnumber.py
View file @
31331ec8
...
...
@@ -18,4 +18,4 @@ permissions and limitations under the License.
import
os
__version__
=
'0.7.
2
'
# + '_dev' + str(os.stat(__file__).st_mtime)
__version__
=
'0.7.
3
'
# + '_dev' + str(os.stat(__file__).st_mtime)
dhparser.py
→
bin/
dhparser.py
View file @
31331ec8
File moved
buildpackages.sh
View file @
31331ec8
#!/bin/sh
python3 setup.py sdist
bdist
python3 setup.py sdist
setup.cfg
View file @
31331ec8
[bdist
_wheel
]
universal = 1
[bdist]
upload.sh
0 → 100755
View file @
31331ec8
#!/usr/bin/sh
twine upload dist/
*
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment