mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 10:06:40 -04:00
11 lines
323 B
Python
11 lines
323 B
Python
--- setup.py.orig 2017-09-06 11:10:04 UTC
|
|
+++ setup.py
|
|
@@ -28,7 +28,7 @@ setup(
|
|
install_requires = ['Flask']
|
|
|
|
setup(
|
|
- name='Flask-Script',
|
|
+ name='flask-script',
|
|
version=version,
|
|
url='http://github.com/smurfix/flask-script',
|
|
download_url = 'https://github.com/smurfix/flask-script/tarball/v'+version,
|