@@ -10,41 +10,41 @@ Create a new DBUtils release:
1010
1111* Update and check the Release Notes and copyright information.
1212
13- * Set version number and release date with setversion.py.
13+ * Set version number and release date with ` setversion.py ` .
1414
1515* Revert to old version number for translations that have not been updated.
1616
17- * Build html pages using buildhtml.py.
17+ * Build html pages using ` buildhtml.py ` .
1818
1919* Create a tag in the SVN repository.
2020
21- * Create a source tarball with::
21+ * Create a source tarball with:
2222
23- python setup.py sdist
23+ python setup.py sdist
2424
2525 You will find the tarball in the "dist" folder.
2626
2727 Under Windows, this will be a .zip file, otherwise a .tar.gz file.
28- You can force .tar.gz under Windows with --formats=gztar,
28+ You can force .tar.gz under Windows with ` --formats=gztar ` ,
2929 but you need to use Cygwin or have a tar binary installed.
3030 Generally, it is better to create the release under Unix to avoid
3131 problems with DOS linefeeds and missing file permission.
3232
3333* Upload to the Python Package Index (PyPI, aka "cheese shop"):
3434
35- In your (Unix/Cygwin) home directory, create a .pypirc file as follows: :
35+ In your (Unix/Cygwin) home directory, create a .pypirc file as follows:
3636
37- echo "[server-login]
38- username:myusername
39- password:mypassword" > .pypirc
37+ echo "[server-login]
38+ username:myusername
39+ password:mypassword" > .pypirc
4040
41- * Register the project with::
41+ * Register the project with:
4242
43- python setup.py register
43+ python setup.py register
4444
45- * Upload the source package with::
45+ * Upload the source package with:
4646
47- python setup.py sdist upload
47+ python setup.py sdist upload
4848
4949 You have to install setuptools to make this work.
5050 Alternatively, you can simply upload using the web interface.
0 commit comments