We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0509340 commit 511ce08Copy full SHA for 511ce08
fluent.runtime/setup.py
@@ -2,6 +2,7 @@
2
from setuptools import setup
3
import sys
4
5
+
6
setup(name='fluent.runtime',
7
version='0.1',
8
description='Localization library for expressive translations.',
@@ -24,7 +25,7 @@
24
25
'attrs',
26
'babel',
27
'pytz',
28
+ 'six',
29
],
- tests_require=['six'],
- test_suite='tests'
30
+ test_suite='tests',
31
)
fluent.runtime/tox.ini
@@ -6,8 +6,5 @@ skipsdist=True
setenv =
PYTHONPATH = {toxinidir}
deps =
9
- fluent.syntax>=0.12,<=0.13
10
- six
11
- attrs
12
- Babel
+ .
13
commands = ./runtests.py
0 commit comments