Skip to content
This repository was archived by the owner on May 3, 2020. It is now read-only.

Commit 9f0e3e6

Browse files
committed
Merge pull request #22 from jirikuncar/pre-release
Pre-release setup improvements
2 parents 27bf3e3 + 62533b2 commit 9f0e3e6

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

3132
install:
3233
- pip install --upgrade pip --use-mirrors
@@ -40,4 +41,4 @@ after_success:
4041
- coveralls
4142

4243
notifications:
43-
email: false
44+
email: false

flask_registry/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
@@ -31,4 +31,4 @@
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"

setup.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,13 @@
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': [

0 commit comments

Comments
 (0)