buruzaemon / natto-py

natto-py combines the Python programming language with MeCab, the part-of-speech and morphological analyzer for the Japanese language.
BSD 2-Clause "Simplified" License
92 stars 13 forks source link

Read in version string from file rather than hard-coding in setup.py #69

Closed buruzaemon closed 9 years ago

buruzaemon commented 9 years ago

Rather than a hard-coded version string in setup.py, how about creating a version.py file and reading that value from there?

buruzaemon commented 9 years ago

Done and ready for 0.7.0 release.