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

Restructure project files #5

Open
andfranklin opened this issue Sep 4, 2017 · 0 comments
Open

Restructure project files #5

andfranklin opened this issue Sep 4, 2017 · 0 comments

Comments

@andfranklin
Copy link

andfranklin commented Sep 4, 2017

Currently, users must pollute their PYTHONPATH to setup sem_python. This can introduce all sorts of subtle bugs in this project as well as any other projects on a users machine. Additionally, a few inconveniences that the current setup has that can be easily avoided (e.g. users have to manually install dependancies, local scripts cannot be called from arbitrary locations, etc.)

I would like to implement a more canonical python project structure using setuptools. This will simplify the installation and development process for the project, and make it more pythonic 😉

@andfranklin andfranklin mentioned this issue Sep 4, 2017
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

No branches or pull requests

1 participant