patrickfuller / imolecule

An embeddable webGL molecule viewer and file format converter.
http://patrickfuller.github.io/imolecule/
MIT License
86 stars 18 forks source link

Rename package dir from `python` to `imolecule`. #14

Closed ctk3b closed 9 years ago

ctk3b commented 9 years ago

Enables python setup.py develop installation.

patrickfuller commented 9 years ago

Following up from #13, I'm for renaming and moving around. I think the js and server folders should be moved into the imolecule folder, and then include the non-python files in a MANIFEST.in (I have better luck with it than trying to include extensions in setup.py). It's lazy, but something like this should be enough to copy things over:

global-include *.js *.css *.template *.json *.png

What do you think?

ctk3b commented 9 years ago

Alright, this seems to work for me. Let me know if anything else needs doing!

patrickfuller commented 9 years ago

Seems to work for me too. Thanks for the pull request!