andreped commited on
Commit
2b57480
1 Parent(s): b953767

removed install command

Browse files
Files changed (1) hide show
  1. setup.py +0 -3
setup.py CHANGED
@@ -41,7 +41,4 @@ setup(
41
  "Operating System :: OS Independent",
42
  ],
43
  python_requires='>=3.6',
44
- cmdclass={
45
- 'install': InstallCommand,
46
- },
47
  )
 
41
  "Operating System :: OS Independent",
42
  ],
43
  python_requires='>=3.6',
 
 
 
44
  )