This website works better with JavaScript.
Home
Help
Sign In
crunk
/
distribusi
forked from
varia/distribusi
Watch
2
Star
0
Fork
0
Code
Issues
1
Pull Requests
Projects
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.
60
Commits
2
Branches
0
Tags
241 KiB
Tree:
f766f67cee
main
package-it-up
e730cfec55bbdad5ebc93e815afb371b0aeaf29a
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'f766f67cee'
${ 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/*