adamlwgriffiths / cyglfw3

Cython bindings for GLFW3
Other
20 stars 6 forks source link

Cleaned up setup.py and added a .gitignore #2

Closed brianbruggeman closed 10 years ago

brianbruggeman commented 10 years ago

Setup now has a clear requirements and packages at the top; anyone looking at the setup.py file knows exactly what is needed and what will be produced by looking at the first few lines of the file.

.gitignore now ignores build artifacts.