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 61ec2ea commit e10d9b3Copy full SHA for e10d9b3
bin/dist-functions
@@ -35,6 +35,8 @@ function set_metadata_and_setup
35
set_version "$1"; shift
36
37
# Create source distribution
38
+ rm -rf ${ROOT}/dist 2> /dev/null
39
+ rm -rf ${ROOT}/*.egg-info 2> /dev/null
40
python setup.py $*
41
42
# Reset to original package metadata
@@ -47,9 +49,6 @@ function setup
47
49
{
48
50
ARGS="$*"
51
- rm -r ${ROOT}/*.egg-info
- rm -r ${ROOT}/dist
52
-
53
# Legacy package; can be removed in 2.0
54
set_metadata_and_setup "neo4j-driver" ${ARGS}
55
0 commit comments