]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Updated release command
authorArmin Ronacher <armin.ronacher@active-4.com>
Mon, 3 Apr 2017 13:11:09 +0000 (15:11 +0200)
committerArmin Ronacher <armin.ronacher@active-4.com>
Mon, 3 Apr 2017 13:11:09 +0000 (15:11 +0200)
scripts/make-release.py
setup.cfg

index 6fd98fed546a3d93d3ad1e9da4d7291a64493393..6ea7162965f83d1534e3ece421950a2603fff66f 100644 (file)
@@ -92,7 +92,7 @@ def set_setup_version(version):
 
 
 def build_and_upload():
-    cmd = [sys.executable, 'setup.py', 'release', 'sdist', 'bdist_wheel', 'upload']
+    cmd = [sys.executable, 'setup.py', 'sdist', 'bdist_wheel', 'upload']
     if wheel is not None:
         cmd.insert(4, 'bdist_wheel')
     Popen(cmd).wait()
index a24252c05b9df177bec4ebf077f18a6b314778a5..cb33222068008b8f18ec87de528f0865b8bba818 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -4,8 +4,5 @@ universal = 1
 [metadata]
 license_file = LICENSE
 
-[aliases]
-release = egg_info -RDb ''
-
 [tool:pytest]
 norecursedirs = .* *.egg *.egg-info env* artwork docs examples venv*