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

Revert "Flit packaging" #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Revert "Flit packaging" #32

wants to merge 1 commit into from

Conversation

takluyver
Copy link
Member

Reverts #29

@jquast
Copy link
Member

jquast commented Feb 14, 2016

There is an option of merging pexpect/pexpect#327 instead

@stephenross
Copy link

It appears that getting metadata using the builtin pkg_resources library to do so does not support the flit formatting. Is there any possibility of getting this PR merged in so that it can be analyzed with pkg_resources?

@takluyver
Copy link
Member Author

Once the package is installed, pkg_resources should, as far as I know, be able to see it. What are you trying to do?

@stephenross
Copy link

I am trying to do pkg_resources.get_distribution(package)._get_metadata('top_level.txt') to get the name of the package so that I can check the name of the package vs the name used with pip to parse my requirements file and check the packages. The first item that is returned by that function is the importable name, except in the case of this package, where there is no data returned.

@takluyver
Copy link
Member Author

It should install metadata, but as far as I'm aware, top_level.txt is not specified in any kind of standard, it's just what setuptools does.

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

Successfully merging this pull request may close these issues.

None yet

3 participants