Skip to content
Browse files

Add missing setup.py example

  • Loading branch information...
1 parent c953391 commit 5d32f459355cf859ec2949c90f784610864ffc08 @socketubs committed
Showing with 8 additions and 1 deletion.
  1. +0 −1 .gitignore
  2. +8 −0 examples/setup.py
View
1 .gitignore
@@ -3,7 +3,6 @@ build
*.pyc
*.egg-info
__pycache__
-setup.py
.tox
htmlcov
.cache
View
8 examples/setup.py
@@ -0,0 +1,8 @@
+#!/usr/bin/env python
+from setuptools import setup
+from requirements import r
+
+setup(
+ name='example',
+ version='0.0.1',
+ **r.requirements)

0 comments on commit 5d32f45

Please sign in to comment.
Something went wrong with that request. Please try again.