Explorar el Código

Correct dependency for Python 3.

tags/v0.3.3
Marcio Faustino hace 10 años
padre
commit
a65357a535
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      setup.py

+ 1
- 1
setup.py Ver fichero

@@ -42,7 +42,7 @@ setup(
name = "mwparserfromhell",
packages = find_packages(exclude=("tests",)),
ext_modules = [tokenizer],
tests_require = ['unittest2'],
tests_require = ['unittest2py3k' if py3k else 'unittest2'],
test_suite = "discover_tests",
version = __version__,
author = "Ben Kurtovic",


Cargando…
Cancelar
Guardar