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

Packaging, versioning, tagging etc... #118

Closed
drvinceknight opened this issue Mar 22, 2015 · 3 comments
Closed

Packaging, versioning, tagging etc... #118

drvinceknight opened this issue Mar 22, 2015 · 3 comments

Comments

@drvinceknight
Copy link
Member

So I've just written what I feel is an ok first draft of the documentation: http://axelrod.readthedocs.org/en/latest/ (by the way, what is the favicon for you on that? It seems to not at all be what I had hoped...).

I really want to get it so that this package can be installed as so:

pip install axelrod

To do this I need to write a setup.py file (working on #94 as we speak, using: https://the-hitchhikers-guide-to-packaging.readthedocs.org/en/latest/).

Does anyone know anything about this sort of thing/had an experience with it (so I'd like to tag this as a 0.1 version for example)? If you do, any tips/pointers etc would be awesome :)

@drvinceknight
Copy link
Member Author

I've written a very basic packaged script (following hitchickers guide - seems simple enough): b3828bc

(Doing this on packaging branch)

@drvinceknight
Copy link
Member Author

There is now something on: https://pypi.python.org/pypi/Axelrod/0.0.1

Need to keep reading the hitch hikers guide though...

@drvinceknight
Copy link
Member Author

A part from pip install axelrod grabbing the not latest version this now works (when I download it manually and python setup.py install in a virtualenv it makes axelrod accessible everywhere :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant