Skip to content

Commit b8d12a1

Browse files
committed
Add manifest file
1 parent 5eb83e7 commit b8d12a1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

MANIFEST.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
include LICENSE
2+
recursive-include dfparser *.proto
3+
recursive-include dfparser *.txt
4+

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
setup(
1111
name='dfparser',
1212
packages=find_packages(),
13-
version='0.0.17',
13+
version='0.0.18',
1414
description='Parser for dataforge-envelope (http://npm.mipt.ru/'
1515
'dataforge/) format.',
1616
author='Vasilii Chernov',
1717
author_email='[email protected]',
1818
url='https://github.com/kapot65/python-df-parser',
19-
download_url='https://github.com/kapot65/python-df-parser/tarball/0.0.17'
19+
download_url='https://github.com/kapot65/python-df-parser/tarball/0.0.18'
2020
'master.zip',
2121
keywords=['dataforge', 'parser'],
2222
install_requires=REQS,

0 commit comments

Comments
 (0)