Przeglądaj źródła

Correct dependency for Python 3.

tags/v0.3.3
Marcio Faustino 10 lat temu
rodzic
commit
a65357a535
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      setup.py

+ 1
- 1
setup.py Wyświetl plik

@@ -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",


Ładowanie…
Anuluj
Zapisz