django-form-designer icon indicating copy to clipboard operation
django-form-designer copied to clipboard

Migrate setup.py from distutils -> setuptools

Open bittner opened this issue 9 years ago • 0 comments

  • Migrate setup.py from distutils to setuptools
  • Update repository URL, clean up some whitespace (editor setting)
  • Add settings for flake8 in setup.cfg

The adapted setup.py now:

  1. allows python setup.py develop (install project w/ link 4 development)
  2. allows to be run as ./setup.py (shebang)
  3. installs dependencies automatically from requirements.txt

bittner avatar Jan 09 '16 02:01 bittner