File: setup.cfg

package info (click to toggle)
openoffice-python 1%3A0.1%2B20110209-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 236 kB
  • sloc: python: 952; makefile: 7
file content (17 lines) | stat: -rw-r--r-- 330 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[bdist_rpm]
doc_files = README
	LICENSE-gpl-3.0.txt

[sdist]
formats = bztar

[egg_info]
tag_build = -20110209
tag_date = 0
tag_svn_revision = 0

[aliases]
release = egg_info sdist bdist_egg bdist_msi register
snapshot = egg_info --tag-date sdist bdist_egg register
devel = develop --install-dir ~/lib/python/ --script-dir ~/bin