Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
9.2.2023: Due to updates GitLab will be unavailable for some minutes between 9:00 and 11:00.
Open sidebar
badw-it
DHParser
Commits
e5d0ad60
Commit
e5d0ad60
authored
Mar 04, 2019
by
eckhart
Browse files
- some work on packaging
parent
1bfe4c5f
Changes
4
Hide whitespace changes
Inline
Side-by-side
CHANGES.txt
View file @
e5d0ad60
DHParser Version 0.8.8 (xx.xx.2019)
...................................
DHParser Version 0.8.9 (x.x.2019)
.................................
DHParser Version 0.8.8 (4.3.2019)
.................................
- setup: entry-script repaired
DHParser Version 0.8.7 (3.3.2019)
...
...
DHParser/versionnumber.py
View file @
e5d0ad60
...
...
@@ -16,4 +16,4 @@
# permissions and limitations under the License.
__all__
=
(
'__version__'
,)
__version__
=
'0.8.
8
'
# + '_dev' + str(os.stat(__file__).st_mtime)
__version__
=
'0.8.
9
'
# + '_dev' + str(os.stat(__file__).st_mtime)
buildpackages.sh
View file @
e5d0ad60
...
...
@@ -3,5 +3,5 @@ cd documentation_src
make html
cd
..
python3 setup.py sdist bdist
python3 setup.py sdist
#
bdist
_wheel
setup.py
View file @
e5d0ad60
...
...
@@ -14,8 +14,7 @@ with open('README.md', encoding='utf-8') as f:
setup
(
name
=
'DHParser'
,
version
=
__version__
,
packages
=
find_packages
(
exclude
=
[
'build'
,
'DevScripts'
,
'dist'
,
'documentation_src'
,
'experimental'
,
'external_resources'
]),
packages
=
[
'DHParser'
],
ext_modules
=
cythonize
([
'DHParser/stringview.py'
,
'DHParser/toolkit.py'
,
'DHParser/preprocess.py'
,
...
...
@@ -51,10 +50,10 @@ setup(
'Topic :: Software Development :: Code Generators'
,
'Topic :: Software Development :: Compilers'
],
scripts
=
[
'dhparser.py'
],
entry_points
=
{
'console_scripts'
:
[
'dhparser=dhparser
.
main'
'dhparser=dhparser
:
main'
]
}
)
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