Skip to content

Commit d13e7f8

Browse files
author
kmalyshev
committed
Fix installing without dev dependencies
1 parent d3bd89a commit d13e7f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
import re
2626
from distutils.cmd import Command
2727

28-
import copyright
2928
import setuptools
3029

3130

@@ -54,6 +53,7 @@ def finalize_options(self):
5453
pass
5554

5655
def run(self):
56+
import copyright
5757
copyright.App.main(['-c', 'development/copyright.json', '.'])
5858

5959

0 commit comments

Comments
 (0)