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

Update project structure, switch to use setup.py #214

Merged
merged 5 commits into from
Jan 4, 2023

Conversation

lzchen
Copy link
Contributor

@lzchen lzchen commented Dec 24, 2022

Change project directory structure to look more like what we use for azure-monitor-opentelemetry-exporter

Also adds custom config options to lint so they do not conflict with each other.

@lzchen lzchen requested review from a team and jeremydvoss as code owners December 24, 2022 21:41
.flake8 Show resolved Hide resolved
},
python_requires=">=3.7",
install_requires=[
"azure-monitor-opentelemetry-exporter>=1.0.0b10",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we're going to eliminate b8 and b9, maybe we should skip all the way to <=b11 to avoid the issue with logging moduel paths.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Incrementing the version can probably be done in a later pr. I don't want the change to be lost in these commits without context.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was incrementing it from b8 to b10 intentional, then?

@lzchen lzchen merged commit eb51b90 into microsoft:main Jan 4, 2023
@lzchen lzchen deleted the format branch January 4, 2023 00:02
@jeremydvoss jeremydvoss mentioned this pull request Jan 19, 2023
@jeremydvoss jeremydvoss mentioned this pull request Feb 22, 2023
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

2 participants