Skip to content

Commit

Permalink
Add code to make wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
nicktimko committed Jun 2, 2016
1 parent 867e1c2 commit 2e2c23d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Expand Up @@ -44,6 +44,9 @@ doc-latexpdf:
publish: sdist
python setup.py register sdist upload

publish_wheel: sdist
python setup.py bdist_wheel upload

test:
python -m unittest feedgen.tests.test_feed
python -m unittest feedgen.tests.test_entry
Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
@@ -0,0 +1,2 @@
[bdist_wheel]
universal=1
1 change: 1 addition & 0 deletions setup.py
@@ -1,6 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

import setuptools
from distutils.core import setup
import feedgen.version

Expand Down

0 comments on commit 2e2c23d

Please sign in to comment.