Skip to content

Commit 3fa50c6

Browse files
committed
remove obsolete scripts and fix manifest and setup.py
1 parent b44a768 commit 3fa50c6

File tree

6 files changed

+2
-160
lines changed

6 files changed

+2
-160
lines changed

package/MANIFEST.in

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ include CHANGELOG.txt
44
include runtests.py
55

66
recursive-include test *.py *-plugin *.zip
7+
recursive-include yapsy *.py
78

89
recursive-include artwork *
910
recursive-include doc *

package/setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
'License :: OSI Approved :: BSD License',
6060
'Operating System :: OS Independent',
6161
'Programming Language :: Python',
62+
'Programming Language :: Python :: 2',
6263
'Programming Language :: Python :: 3',
6364
'Topic :: Software Development :: Libraries :: Python Modules'],
6465
platforms='All',

utils/2n3_package.sh

-44
This file was deleted.

utils/2n3bundle/MANIFEST.in

-28
This file was deleted.

utils/2n3bundle/setup.py

-74
This file was deleted.

utils/2n3bundle/test_switch.py

-14
This file was deleted.

0 commit comments

Comments
 (0)