Skip to content

Commit acba274

Browse files
committed
switched to beta status
1 parent 0af398f commit acba274

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ install:
2222
- pip list
2323
script: py.test tests
2424
deploy:
25+
skip_cleanup: true
2526
provider: pypi
2627
user: mehcode
2728
on:

setup.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ def is_debug():
2727
cflags.extend(["-Os"])
2828

2929

30-
# values which requires escaping
31-
require_escape = {"XMLSEC_CRYPTO"}
32-
33-
3430
def add_to_list(target, up, need_to_escape=None):
3531
if up is None:
3632
return target
@@ -108,7 +104,7 @@ def patch_xmlsec(self):
108104
license='MIT',
109105
keywords=["xmlsec"],
110106
classifiers=[
111-
'Development Status :: 3 - Alpha',
107+
'Development Status :: 4 - Beta',
112108
'Intended Audience :: Developers',
113109
'Intended Audience :: System Administrators',
114110
'License :: OSI Approved :: MIT License',

0 commit comments

Comments
 (0)