This website works better with JavaScript.
Home
Help
Sign In
dickreckard
/
distribusi
forked from
varia/distribusi
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
Distribusi is a content management system for the web that produces static pages based on the file system.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29
Commits
2
Branches
0
Tags
1020 KiB
Tree:
dc92a81035
master
package-it-up
e730cfec55bbdad5ebc93e815afb371b0aeaf29a
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'dc92a81035'
${ noResults }
distribusi
/
Makefile
5 lines
87 B
Raw
Normal View
History
Package it up! Get it in shape for PyPi.
6 years ago
publish
:
@rm -rf dist
Don't use pipenv for releases
5 years ago
@python setup.py bdist_wheel --universal
@twine upload dist/*