Skip to content

Commit

Permalink
fine tuning setup.py and adding dist/ to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jdcasey committed Feb 22, 2018
1 parent ad3aec0 commit 86905df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
*.egg-info
.venv
venv
*.pyc
*.pyc
dist
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,10 @@
version='1.0',
long_description='Generate printable files for airfoils from UIUC Airfoil database',
classifiers=[
"Development Status :: 3 - Alpha",
"Intended Audience :: Users",
"License :: OSI Approved :: GNU General Public License (GPL)",
"Development Status :: 4 - Beta",
"Intended Audience :: Other Audience",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 3",
"Topic :: Utilities",
],
keywords='airfoil 3d-printing OpenSCAD SVG',
Expand Down

0 comments on commit 86905df

Please sign in to comment.