Skip to content

Commit 398aa85

Browse files
committed
Packaging debugging. Added build script.
1 parent bb8d2d8 commit 398aa85

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

build.sh

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
3+
python setup.py sdist bdist_wheel upload

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
setuptools.setup(
1818
name='inotify',
19-
version='0.2.0',
19+
version=inotify.__version__,
2020
description=_DESCRIPTION,
2121
long_description=_LONG_DESCRIPTION,
2222
classifiers=[

0 commit comments

Comments
 (0)