Skip to content

Commit

Permalink
Minor dist changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nilesr committed Jun 11, 2016
1 parent 4add6f4 commit 93aec3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[metadata]
description-file = README.TXT
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from distutils.core import setup
#from distutils.core import setup
from setuptools import setup
setup(name='BTEdb',
version='7.0',
description="Python schemaless JSON/YAML database interface",
Expand Down

0 comments on commit 93aec3c

Please sign in to comment.