Open danielballan opened 9 years ago
Question: what is minimal acceptable effort? I propose:
from setuptools import setup setup(name='mypkg', version=0.0.1, py_modules['my_file1', 'my_file2', ...])
git init git add .
The rest is details.
Question: what is minimal acceptable effort? I propose:
The rest is details.