Remove circleci CLI instalation from post-install; Correct __about__ module docstring location.

pull/1931/head
Kieran R. Prasch 2020-05-28 11:53:54 -07:00
parent 40ed76e9da
commit 2dd22cb9a7
2 changed files with 3 additions and 7 deletions

View File

@ -15,12 +15,12 @@ You should have received a copy of the GNU Affero General Public License
along with nucypher. If not, see <https://www.gnu.org/licenses/>.
"""
from __future__ import absolute_import, division, print_function
"""
WARNING: Do not modify this file.
"""
from __future__ import absolute_import, division, print_function
__all__ = [
"__title__", "__summary__", "__version__", "__author__", "__email__", "__license__", "__copyright__", "__url__"
]

View File

@ -86,13 +86,9 @@ class PostDevelopCommand(develop):
`pip install -e . -r dev-requirements.txt`.
"""
def run(self):
# super
"""development setup scripts (pre-requirements)"""
develop.run(self)
# development setup scripts (pre-requirements)
subprocess.call(f"scripts/installation/install_solc.py")
subprocess.call(".circleci/install_circle_cli.sh")
#
# Requirements