maven-python-mojos icon indicating copy to clipboard operation
maven-python-mojos copied to clipboard

Changes for submission

Open nitinverma opened this issue 11 years ago • 0 comments

  • If you write a setup-template.py, there would be no edit in your source code. Having setup.py would get to the old behaviour.
  • Added two more configurations sourceDirectory (default-value="${project.basedir}/src/main/python"), packageName (default-value="${project.artifactId}").
  • Output of 'python setup bdist_egg' goes to ${project.build.directory}/py, that is by default target/py

nitinverma avatar Aug 08 '13 09:08 nitinverma