This repository was archived by the owner on May 3, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed
Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
22# #
33# # This file is part of Flask-Registry
4- # # Copyright (C) 2013 CERN.
4+ # # Copyright (C) 2013, 2014 CERN.
55# #
66# # Flask-Registry is free software; you can redistribute it and/or
77# # modify it under the terms of the GNU General Public License as
@@ -27,6 +27,7 @@ python:
2727 - " 2.6"
2828 - " 2.7"
2929 - " 3.3"
30+ # - "3.4"
3031
3132install :
3233 - pip install --upgrade pip --use-mirrors
@@ -40,4 +41,4 @@ after_success:
4041 - coveralls
4142
4243notifications :
43- email : false
44+ email : false
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
22##
33## This file is part of Flask-Registry
4- ## Copyright (C) 2013 CERN.
4+ ## Copyright (C) 2013, 2014 CERN.
55##
66## Flask-Registry is free software; you can redistribute it and/or
77## modify it under the terms of the GNU General Public License as
3131# Do not change the format of this next line. Doing so risks breaking
3232# setup.py and docs/conf.py
3333
34- __version__ = "0.1 "
34+ __version__ = "0.2.0.dev20140625 "
Original file line number Diff line number Diff line change 5959 'Programming Language :: Python' ,
6060 'Topic :: Internet :: WWW/HTTP :: Dynamic Content' ,
6161 'Topic :: Software Development :: Libraries :: Python Modules'
62+ 'Programming Language :: Python :: 2' ,
63+ 'Programming Language :: Python :: 2.6' ,
64+ 'Programming Language :: Python :: 2.7' ,
65+ 'Programming Language :: Python :: 3' ,
66+ 'Programming Language :: Python :: 3.3' ,
67+ #'Programming Language :: Python :: 3.4',
68+ #'Development Status :: 5 - Production/Stable',
6269 ],
6370 entry_points = {
6471 'flask_registry.test_entry' : [
You can’t perform that action at this time.
0 commit comments