File tree 3 files changed +15
-2
lines changed
3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ celerybeat-schedule
89
89
90
90
# virtualenv
91
91
venv /
92
+ v3nv /
92
93
ENV /
93
94
94
95
# Spyder project settings
Original file line number Diff line number Diff line change 3
3
- ' 2.7'
4
4
- ' 3.5'
5
5
- ' 3.6'
6
- - ' 3.7'
7
6
before_install :
8
7
- sudo apt-get update -qq
9
8
- pip install toil[all]==3.20.0
Original file line number Diff line number Diff line change 39
39
],
40
40
"toil" : ["toil[all]==3.20.0"
41
41
]},
42
- zip_safe = False
42
+ zip_safe = False ,
43
+ platforms = ['MacOS X' , 'Posix' ],
44
+ classifiers = [
45
+ 'Intended Audience :: Developers' ,
46
+ 'License :: OSI Approved :: Apache Software License' ,
47
+ 'Operating System :: MacOS :: MacOS X' ,
48
+ 'Operating System :: POSIX' ,
49
+ 'Programming Language :: Python' ,
50
+ 'Programming Language :: Python :: 2.7' ,
51
+ 'Programming Language :: Python :: 3.5' ,
52
+ 'Programming Language :: Python :: 3.6' ,
53
+ 'Programming Language :: Python :: 3.7' ,
54
+ 'Topic :: Software Development :: Libraries :: Python Modules'
55
+ ]
43
56
)
You can’t perform that action at this time.
0 commit comments