Unknown Version? #6
-
|
Hi @vengroff (or anyone else listening): I was updating awswl, and noticed that the method I'd used to single-source the module version was showing the installed package version rather than what I was working on, and after digging around in the poetry issue for single-sourced versions, came across this package, which worked well in the development cycle. After publishing to pypi, I discovered that the cli is now reporting Obviously not as desired -- is it something about how I integrated it? Weird edge case? What am I missing? Haven't attempted to debug an issue only present in the installed version before. ;) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
I'd be happy to take a look. Can you paste in the code or point me to the code that gets invoked when you run from the command line like that? Then I can try to see what the issue might be. |
Beta Was this translation helpful? Give feedback.
Aw, crap. I think I just saw the problem.
I noticed in
__init__.pyI hadmypackagestill and that looked ... unlikely. I've just checked your README again and it definitely says to replace that with my package name.Interestingly, that didn't pose a problem during the development cycle.