Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate setup.py from distutils -> setuptools #99

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bittner
Copy link

@bittner bittner commented Jan 9, 2016

  • 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

Update repository URL, clean up some whitespace (editor setting)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant