File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 5
5
- " 3.3"
6
6
- " 3.4"
7
7
- " 3.5"
8
- # - "pypy"
8
+ - " pypy"
9
9
10
10
# command to install dependencies
11
11
install :
Original file line number Diff line number Diff line change
1
+ # file GENERATED by distutils, do NOT edit
2
+ setup.cfg
3
+ setup.py
4
+ flask_validator/__init__.py
5
+ flask_validator/validator.py
6
+ test/test_constraint.py
Original file line number Diff line number Diff line change 1
1
import re
2
- from setuptools import setup
3
-
2
+ from distutils .core import setup
4
3
5
4
setup (
6
5
name = 'Flask-Validator' ,
7
- version = '0.4 ' ,
6
+ version = '0.5 ' ,
8
7
license = 'Mozilla Public License' ,
9
8
author = 'Jesus Roldan' ,
10
9
20
19
],
21
20
22
21
classifiers = [
23
- 'Development Status :: 2 - Pre-Alpha ' ,
22
+ 'Development Status :: 4 - Beta ' ,
24
23
'Environment :: Plugins' ,
25
24
'Framework :: Flask' ,
26
25
'Intended Audience :: Developers' ,
You can’t perform that action at this time.
0 commit comments