Skip to content

Commit 0be7ff3

Browse files
committed
Remove duplicated build
1 parent 3e37631 commit 0be7ff3

File tree

2 files changed

+1
-21
lines changed

2 files changed

+1
-21
lines changed

appveyor.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,6 @@ environment:
77

88
matrix:
99

10-
# Python 2.7.10 is the latest version and is not pre-installed.
11-
12-
- PYTHON: "C:\\Python27.10"
13-
PYTHON_VERSION: "2.7.10"
14-
PYTHON_ARCH: "32"
15-
16-
- PYTHON: "C:\\Python27.10-x64"
17-
PYTHON_VERSION: "2.7.10"
18-
PYTHON_ARCH: "64"
19-
2010
# Pre-installed Python versions, which Appveyor may upgrade to
2111
# a later point release.
2212
# See: http://www.appveyor.com/docs/installed-software#python
@@ -66,17 +56,6 @@ environment:
6656
PYTHON_VERSION: "3.5.0"
6757
PYTHON_ARCH: "64"
6858

69-
# Major and minor releases (i.e x.0.0 and x.y.0) prior to 3.3.0 use
70-
# a different naming scheme.
71-
72-
- PYTHON: "C:\\Python270"
73-
PYTHON_VERSION: "2.7.0"
74-
PYTHON_ARCH: "32"
75-
76-
- PYTHON: "C:\\Python270-x64"
77-
PYTHON_VERSION: "2.7.0"
78-
PYTHON_ARCH: "64"
79-
8059
install:
8160
- ECHO "Filesystem root:"
8261
- ps: "ls \"C:/\""

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
license='BSDv3',
2525
platforms=['POSIX', 'Windows'],
2626
zip_safe=False,
27+
include_package_data=True,
2728
keywords=['bencoding', 'encode', 'decode', 'bittorrent', 'bencode', 'bencoder', 'cython'],
2829
classifiers=[
2930
'Environment :: Other Environment',

0 commit comments

Comments
 (0)