Skip to content

Commit

Permalink
Add MANIFEST and alter setup method
Browse files Browse the repository at this point in the history
  • Loading branch information
samirelanduk committed Jan 9, 2017
1 parent 7d46852 commit 8050511
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# file GENERATED by distutils, do NOT edit
setup.py
quickplots/__init__.py
quickplots/charts.py
quickplots/quick.py
quickplots/series.py
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from distutils.core import setup
from setuptools import setup

setup(
name="quickplots",
Expand Down

0 comments on commit 8050511

Please sign in to comment.