diff options
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,5 @@ -from setuptools import setup, find_namespace_packages, Command # Always prefer setuptools over distutils +# Always prefer setuptools over distutils +from setuptools import setup, find_namespace_packages ''' Created for packaging and distributing of python projects @@ -16,4 +17,4 @@ setup( license='LICENSE', description='Useful circuit simulation library', long_description=open('README.md').read(), -)
\ No newline at end of file +) |