Skip to content
This repository was archived by the owner on Nov 4, 2022. It is now read-only.

Conversation

@portante
Copy link
Member

Since setuptools can handle installing scripts, we just install the
scripts via a specification in setup.py. This allows us to simplify
the entire package, and ready for making this generally available via
PyPI.

We also simplify the unittests by merging the profile script directly
into the unittests script.

Finally, we drop the need to maintain executable scripts for Python 2
and Python 3. If the environment is Python 2, or its Python 3, the
script still works.

Since setuptools can handle installing scripts, we just install the
scripts via a specification in setup.py.  This allows us to simplify
the entire package, and ready for making this generally available via
PyPI.

We also simplify the unittests by merging the profile script directly
into the unittests script.

Finally, we drop the need to maintain executable scripts for Python 2
and Python 3. If the environment is Python 2, or its Python 3, the
script still works.
portante added a commit that referenced this pull request Aug 18, 2015
Remove use of make; fold profile into unittests
@portante portante merged commit 1930326 into distributed-system-analysis:master Aug 18, 2015
@portante portante deleted the remove-make branch August 18, 2015 22:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant