A Django-engineplate App for easy life
Project description
# Setting up..
## Register and account on pypi.python.org
## Share a public key with the website
## then in a folder create a setup.py file
> In the setup.py file add the following content
*from distutils.core import setup
*
*setup(
* name='TowelStuff',
* version='0.1.0',
* author='J. Random Hacker',
* author_email='jrh@example.com',
* packages=['towelstuff', 'towelstuff.test'],
* scripts=['bin/stowe-towels.py','bin/wash-towels.py'],
* url='http://pypi.python.org/pypi/TowelStuff/',
* license='LICENSE.txt',
* description='Useful towel-related stuff.',
* long_description=open('README.txt').read(),
* install_requires=[
* "Django >= 1.1.1",
* "caldav == 0.1.4",
* ],
*)
> Then in console do the following steps
> > python setup.py sdist # To init distribution
> > python setup.py register ## To register it to site
> > python setup.py sdist upload ## to upload the distribution on the internet
> For updating we have do the following things
> > First we have to run
> > > change the version number to anything new ...
> > > python setup.py sdist upload
## Register and account on pypi.python.org
## Share a public key with the website
## then in a folder create a setup.py file
> In the setup.py file add the following content
*from distutils.core import setup
*
*setup(
* name='TowelStuff',
* version='0.1.0',
* author='J. Random Hacker',
* author_email='jrh@example.com',
* packages=['towelstuff', 'towelstuff.test'],
* scripts=['bin/stowe-towels.py','bin/wash-towels.py'],
* url='http://pypi.python.org/pypi/TowelStuff/',
* license='LICENSE.txt',
* description='Useful towel-related stuff.',
* long_description=open('README.txt').read(),
* install_requires=[
* "Django >= 1.1.1",
* "caldav == 0.1.4",
* ],
*)
> Then in console do the following steps
> > python setup.py sdist # To init distribution
> > python setup.py register ## To register it to site
> > python setup.py sdist upload ## to upload the distribution on the internet
> For updating we have do the following things
> > First we have to run
> > > change the version number to anything new ...
> > > python setup.py sdist upload
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-engineplate-0.1.0.1.tar.gz.
File metadata
- Download URL: django-engineplate-0.1.0.1.tar.gz
- Upload date:
- Size: 1.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8afedeeb491804c55e5ed7184e772f82f6cdc398b77c539104bded722039c926
|
|
| MD5 |
6848a1a62a9dab9f17a3bfd9263eb5cd
|
|
| BLAKE2b-256 |
2cdaa26cf3255460c70f087c3d6d431879b8775fe38f4c5023b5205f1040066d
|