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

Migrate setup.py to setup.cfg #357

Merged
merged 1 commit into from
Sep 23, 2022
Merged

Migrate setup.py to setup.cfg #357

merged 1 commit into from
Sep 23, 2022

Conversation

Uxio0
Copy link
Member

@Uxio0 Uxio0 commented Sep 22, 2022

  • Remove pyproject.toml, it was breaking local install (pip -e ...)

- Remove pyproject.toml, it was breaking local install (`pip -e ...`)
- Set version 4.5.0
@coveralls
Copy link

Pull Request Test Coverage Report for Build 3105302545

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 8 unchanged lines in 4 files lost coverage.
  • Overall coverage decreased (-0.07%) to 83.988%

Files with Coverage Reduction New Missed Lines %
gnosis/eth/typing.py 2 83.33%
gnosis/protocol/gnosis_protocol_api.py 2 88.66%
gnosis/safe/api/relay_service_api.py 2 52.27%
gnosis/util/util.py 2 84.62%
Totals Coverage Status
Change from base Build 3097131734: -0.07%
Covered Lines: 3273
Relevant Lines: 3897

💛 - Coveralls

@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018 Gnosis Ltd
Copyright (c) 2018 Safe Ecosystem Foundation
Copy link
Member

Choose a reason for hiding this comment

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

Maybe different PR like update license?

Copy link
Member Author

@Uxio0 Uxio0 Sep 22, 2022

Choose a reason for hiding this comment

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

Well, it was suposed to be updated some months ago, so I just fixed it. If you think it's necessary I will create a new PR 😉

Copy link
Contributor

Choose a reason for hiding this comment

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

I also agree with @moisses89 but just because I think it brings more context to the changes going in.

Copy link
Member

@moisses89 moisses89 left a comment

Choose a reason for hiding this comment

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

Looks good for me! One thing, I understand that this is going to increase the version to 4.5.0.

@Uxio0 Uxio0 merged commit d71e8b3 into master Sep 23, 2022
@Uxio0 Uxio0 deleted the migrate-setup-py branch September 23, 2022 09:14
@github-actions github-actions bot locked and limited conversation to collaborators Sep 23, 2022
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018 Gnosis Ltd
Copyright (c) 2018 Safe Ecosystem Foundation
Copy link
Contributor

Choose a reason for hiding this comment

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

I also agree with @moisses89 but just because I think it brings more context to the changes going in.

@@ -1,3 +1,68 @@
[metadata]
name = safe-eth-py
version = 4.5.0
Copy link
Contributor

Choose a reason for hiding this comment

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

The version changed here. Not sure if this is intended.

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, it's intended, I wanted to have the version ready asap so I can use it on the tx service and deploy it next week

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants