Menu

Close
  • Posts
  • Elsewhere

  • GitHub repos
  • Facebook timeline
  • Twitter murmur
  • Contact me

  • Keybase
Subscribe
☰Menu

Python

Page 1 of 1

4 ways to put the version number into setup.py for your Python package

Assume that we’re developing a Python package pypkg with a directory structure like this:

pypkg
  |+++- pypkg/
  |       |+++- __init__.py
  |
  |+++- setup.py
»

#python, 4 Jun 2014
Page 1 of 1
kfei's brainfuck