File: HACKING

package info (click to toggle)
pystemmer 3.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,092 kB
  • sloc: python: 309; sh: 26; makefile: 14
file content (20 lines) | stat: -rw-r--r-- 552 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Release checklist
=================

 * Update ChangeLog to describe what's changed.

 * Increase the version number.

 * Check that version string in setup.py matches that in Stemmer.pyx

 * Remove MANIFEST, to ensure that an up-to-date version is generated.
 
 * Run ./makedist.sh to build and test package.

 * Copy generated package to website, in wrappers subdirectory.

 * Update the following pages to point to the latest package:
   * download.php
   * wrappers/guide.html

 * Update the package entry on PyPI, using "python setup.py register"