Browse Source

modified: setup.py

philemon 11 years ago
parent
commit
b9ccb2834a
1 changed files with 2 additions and 6 deletions
  1. 2 6
      setup.py

+ 2 - 6
setup.py

@@ -3,7 +3,7 @@ from distutils.core import setup
 
 setup(
 		name         = 'mmgen',
-		version      = '0.6.7',
+		version      = '0.6.8b',
 		author       = 'Philemon',
 		author_email = 'mmgen-py@yandex.com',
 		url          = 'https://github.com/mmgen/mmgen',
@@ -41,7 +41,7 @@ setup(
 			'tests.utils',
 			'tests.walletgen'
 		],
-		data_files=[('bin', [
+		scripts=[
 			'mmgen-addrgen',
 			'mmgen-addrimport',
 			'mmgen-passchg',
@@ -51,9 +51,5 @@ setup(
 			'mmgen-txsign',
 			'mmgen-txsend',
 			'mmgen-pywallet'
-		])],
-		scripts=[
-			'scripts/bitcoind-walletunlock.py',
-			'scripts/deinstall.sh'
 		]
 	)