Skip to content

Commit

Permalink
Add setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick91 committed Jan 5, 2022
1 parent b5bbdfa commit eac1fe1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/usr/bin/env python

# we use poetry for our build, but this file seems to be required
# in order to get GitHub dependencies graph to work

import setuptools


if __name__ == "__main__":
setuptools.setup(name="strawberry-graphql")

0 comments on commit eac1fe1

Please sign in to comment.