We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eb83e7 commit b8d12a1Copy full SHA for b8d12a1
MANIFEST.in
@@ -0,0 +1,4 @@
1
+include LICENSE
2
+recursive-include dfparser *.proto
3
+recursive-include dfparser *.txt
4
+
setup.py
@@ -10,13 +10,13 @@
10
setup(
11
name='dfparser',
12
packages=find_packages(),
13
- version='0.0.17',
+ version='0.0.18',
14
description='Parser for dataforge-envelope (http://npm.mipt.ru/'
15
'dataforge/) format.',
16
author='Vasilii Chernov',
17
author_email='[email protected]',
18
url='https://github.com/kapot65/python-df-parser',
19
- download_url='https://github.com/kapot65/python-df-parser/tarball/0.0.17'
+ download_url='https://github.com/kapot65/python-df-parser/tarball/0.0.18'
20
'master.zip',
21
keywords=['dataforge', 'parser'],
22
install_requires=REQS,
0 commit comments