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

Organize Static Data Files #86

Open
hupili opened this issue Jul 18, 2013 · 1 comment
Open

Organize Static Data Files #86

hupili opened this issue Jul 18, 2013 · 1 comment

Comments

@hupili
Copy link
Owner

hupili commented Jul 18, 2013

  • conf and save now go to ~/.snsapi by default. If these two folders appear under the current dir, use current dir.
  • Static data files are now in $PY_PACKAGE_PREFIX/python/site-packages/snsapi/conf/ (e.g. init-channel.json.example and snsgui.ini)

See setup.py for more details.

Is there a better organization?

@hupili
Copy link
Owner Author

hupili commented Jul 18, 2013

Notes on the Python packaging tools:

  • Use distutils, we can not automatically install dependencies.
  • Use setuputils, dependencies are OK. However, package_data is not processed correctly. ex1, ex2.

Trying to find out a solution.

hupili added a commit that referenced this issue Jul 18, 2013
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