Replace rattail.fablib with rattail-fabric
This commit is contained in:
parent
4d94122bbb
commit
9f3d19327b
2 changed files with 33 additions and 22 deletions
12
setup.py
12
setup.py
|
|
@ -1,9 +1,9 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# -*- coding: utf-8; -*-
|
||||
"""
|
||||
Setup script for Rattail Fabric Demo
|
||||
"""
|
||||
|
||||
from __future__ import unicode_literals
|
||||
from __future__ import unicode_literals, absolute_import
|
||||
|
||||
import os
|
||||
from setuptools import setup, find_packages
|
||||
|
|
@ -44,8 +44,8 @@ requires = [
|
|||
# package # low high
|
||||
|
||||
'Fabric', # 1.10.2
|
||||
'rattail', # 0.5.9
|
||||
]
|
||||
'rattail-fabric', # 0.1.0
|
||||
]
|
||||
|
||||
|
||||
setup(
|
||||
|
|
@ -69,8 +69,8 @@ setup(
|
|||
'Programming Language :: Python :: 2.7',
|
||||
'Topic :: Office/Business',
|
||||
'Topic :: Software Development :: Libraries :: Python Modules',
|
||||
],
|
||||
],
|
||||
|
||||
install_requires = requires,
|
||||
packages = find_packages(),
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue