Skip to content

Commit f4223c4

Browse files
author
Gustavo Narea
committed
Removed redundant commands in the release alias in setup.cfg
1 parent f759f0a commit f4223c4

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

setup.cfg

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
[aliases]
2-
release = egg_info -rDb "" sdist bdist_egg register upload
2+
release = sdist bdist_egg upload
33

44
# also see run_tests.sh
55
[global]
66
command_packages = fixture.setup_cmd
77

8-
[egg_info]
9-
# tag_build = .dev
10-
# tag_svn_revision = 1
11-
128
[nosetests]
139
verbosity=2
1410
detailed-errors=0

0 commit comments

Comments
 (0)