diff --git a/.hgignore b/.hgignore index 57b1217..81656dc 100644 --- a/.hgignore +++ b/.hgignore @@ -9,9 +9,7 @@ syntax: glob syntax: regexp -^lib -^bin -^include +^build ^dist ^doc/_build diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..2d74c58 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,6 @@ +[egg_info] +tag_build = dev +tag_date = true + +[aliases] +release = egg_info -RDb ''