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
a1e01f6a
Commit
a1e01f6a
authored
Jun 27, 2017
by
Eckhart Arnold
Browse files
first PyPI version
parent
9c69fd49
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
a1e01f6a
...
...
@@ -20,3 +20,4 @@ tmp/*
test/tmp*
build/
dist/
MANIFEST
DHParser/versionnumber.py
View file @
a1e01f6a
...
...
@@ -18,4 +18,4 @@ permissions and limitations under the License.
import
os
__version__
=
'0.7.
0
'
+
'_dev'
+
str
(
os
.
stat
(
__file__
).
st_mtime
)
__version__
=
'0.7.
1
'
+
'_dev'
+
str
(
os
.
stat
(
__file__
).
st_mtime
)
setup.py
View file @
a1e01f6a
...
...
@@ -5,10 +5,10 @@ with open('README.md', encoding='utf-8') as f:
setup
(
name
=
'DHParser'
,
version
=
'0.7.
0
'
,
version
=
'0.7.
1
'
,
packages
=
[
'DHParser'
],
url
=
'https://gitlab.lrz.de/badw-it/DHParser'
,
license
=
'
APACHE 2.0
(http://
www.apach
e.org/licenses/
LICENSE-2.0
)'
,
license
=
'
MIT License
(http
s
://
opensourc
e.org/licenses/
MIT
)'
,
author
=
'Eckhart Arnold'
,
author_email
=
'arnold@badw.de'
,
description
=
'DHParser - Domain specific languages for the Digital Humanities'
,
...
...
@@ -21,13 +21,14 @@ setup(
'License :: OSI Approved :: Apache Software License'
,
'Operating System :: OS Independent'
,
'Programming Language :: Python :: 3'
,
'Programming Language :: Python :: 3.4'
,
'Programming Language :: Python :: 3.5'
,
'Programming Language :: Python :: 3.6'
,
'Programming Language :: Python :: Implementation :: CPython'
,
'Programming Language :: Python :: Implementation :: PyPy'
,
'Programming Language :: Python :: Implementation :: Stackless'
,
'Topic :: Text Processing :: Markup'
,
'Topic :: Software Development :: Code Generators'
,
'Topic :: Software Development :: Compilers'
]
)
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