Merlijn van Deen 7 anni fa
committed by GitHub
parent
commit
d90a902c07
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. +3
    -1
      setup.py

+ 3
- 1
setup.py Vedi File

@@ -84,7 +84,9 @@ setup(
ext_modules = [tokenizer] if use_extension else [],
tests_require = ["unittest2"] if py26 else [],
test_suite = "tests.discover",
version = __version__,
# python 2 bdist_msi *requires* a str 'ProductName'; prevent upcasting
# to 'unicode' by explicitly making __version__ str.
version = str(__version__),
author = "Ben Kurtovic",
author_email = "ben.kurtovic@gmail.com",
url = "https://github.com/earwig/mwparserfromhell",


Caricamento…
Annulla
Salva