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

Fix syntax error in setup.py #121

Merged
merged 1 commit into from Mar 23, 2020
Merged

Conversation

hugovk
Copy link
Contributor

@hugovk hugovk commented Mar 23, 2020

Fixes issue reported at #119 (comment).

Before

$ python setup.py --name
  File "setup.py", line 68
    project_urls: {
                ^
SyntaxError: invalid syntax

After

$ python setup.py --name
certifi

@hugovk hugovk mentioned this pull request Mar 23, 2020
@alex alex merged commit e2f4ae2 into certifi:master Mar 23, 2020
@alex alex mentioned this pull request Mar 23, 2020
@hugovk hugovk deleted the fix-syntax-error branch March 23, 2020 15:55
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