From d5664ddbb2c2a6bf98b354ea68b03c80464e6511 Mon Sep 17 00:00:00 2001 From: David Kerkeslager Date: Wed, 3 May 2017 22:39:46 -0400 Subject: [PATCH] Setup information --- .gitignore | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a61d7c1..811d4e8 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,7 @@ __pycache__/ *.swp *.swo *.pyc +.env/ +build/ +dist/ +.DS_Store diff --git a/setup.py b/setup.py index 701f1f0..158bf7a 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ setup( 'Topic :: Software Development :: Libraries', # Pick your license as you wish (should match "license" above) - 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)' + 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)', # Specify the Python versions you support here. In particular, ensure # that you indicate whether you support Python 2, Python 3 or both. -- 2.20.1