Changes between Version 22 and Version 23 of DosAndDontsForApplicationWriters
- Timestamp:
- Sep 24, 2013, 5:06:42 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DosAndDontsForApplicationWriters
v22 v23 108 108 * A template for an application {{{setup.py}}}: 109 109 {{{ 110 try: 111 from setuptools import setup 112 except ImportError: 113 from distutils.core import setup 110 111 112 from setuptools import setup 113 114 114 setup(name = "mnemosyne", 115 115 author = "Sune Kirkeby",