Skip to content

Commit

Permalink
Removed pypi notes
Browse files Browse the repository at this point in the history
  • Loading branch information
quincya committed Sep 25, 2015
1 parent df24aaf commit 36c7515
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 25 deletions.
2 changes: 1 addition & 1 deletion forex/__init__.py
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = '0.6.3' # pragma: no cover
__version__ = '0.6.4' # pragma: no cover
24 changes: 0 additions & 24 deletions setup.py
Expand Up @@ -2,30 +2,6 @@
"""
Python setup file for the forex app.
In order to register your app at pypi.python.org, create an account at
pypi.python.org and login, then register your new app like so:
python setup.py register
If your name is still free, you can now make your first release but first you
should check if you are uploading the correct files:
python setup.py sdist
Inspect the output thoroughly. There shouldn't be any temp files and if your
app includes staticfiles or templates, make sure that they appear in the list.
If something is wrong, you need to edit MANIFEST.in and run the command again.
If all looks good, you can make your first release:
python setup.py sdist upload
For new releases, you need to bump the version number in
forex/__init__.py and re-run the above command.
For more information on creating source distributions, see
http://docs.python.org/2/distutils/sourcedist.html
"""
import os
from setuptools import setup, find_packages
Expand Down

0 comments on commit 36c7515

Please sign in to comment.