Skip to content

problemfighter/pf-py-object-man

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

source extension installation

  • Install Mode, Change will not effect: python setup.py install

  • Development Mode, change effect immediately: python setup.py develop

Publish

If not installed then run below commands

pip install twine wheel
  • python setup.py sdist bdist_wheel

  • twine check dist/*

  • twine upload --repository-url https://test.pypi.org/legacy/ dist/* # (Test)

  • twine upload dist/*

About

Problem Fighter Python Object Manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages